Skip to content

Commit 9d9a9b9

Browse files
committed
Change to depend on Crates.io
1 parent b785287 commit 9d9a9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ crate-type = ["cdylib"]
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
unity-native-plugin = { path = "../unity-native-plugin-rs/unity-native-plugin", features = ["d3d11", "d3d12"] }
15-
unity-native-plugin-vulkan = { path = "../unity-native-plugin-rs/unity-native-plugin-vulkan" }
14+
unity-native-plugin = { version = "0.4.0", features = ["d3d11", "d3d12"] }
15+
unity-native-plugin-vulkan = "0.4.0"
1616
winapi = { version = "0.3.9", features = ["winuser", "d3d11", "dxgiformat"] }
1717
wio = "0.2.2"
1818
d3d12 = "0.3.2"

0 commit comments

Comments
 (0)