File tree Expand file tree Collapse file tree
unity-native-plugin-sample
unity-native-plugin-tester Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "unity-native-plugin-sample"
33version = " 0.4.1"
44authors = [" Yasuhiro Taniuchi" ]
55edition = " 2018"
6+ publish = false
67
78[lib ]
89crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
66license = " MIT"
77description = " Unity Native Plugin API Tester Library"
88homepage = " https://github.com/aosoft/unity-native-plugin-rs"
9- repository = " https://github.com/aosoft/unity-native-plugin-rs "
9+ repository = " https://github.com/aosoft/unity-native-plugin-tester "
1010readme = " README.md"
1111categories = [" api-bindings" , " game-engines" ]
1212keywords = [" unity" , " ffi" ]
@@ -15,6 +15,7 @@ include = [
1515 " Cargo.toml" ,
1616 " ../LICENSE"
1717]
18+ publish = false
1819
1920# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2021
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This library is for test runs of native plugin code written in Rust without Unit
88* Define in Cargo.toml
99``` cargo
1010[dev-dependencies]
11- unity-native-plugin-tester = { version = "* ", features = ["d3d11"] }
11+ unity-native-plugin-tester = { git = "https://github.com/aosoft/unity-native-plugin-tester", branch = "main ", features = ["d3d11"] }
1212
1313# * Support features
1414# * d3d11 - IUnityGraphicsD3D11
You can’t perform that action at this time.
0 commit comments