We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7847b46 commit 6c98081Copy full SHA for 6c98081
Cargo.toml
@@ -3,8 +3,12 @@ name = "rust-gpu-builder"
3
version = "0.4.0"
4
edition = "2021"
5
6
+[patch.crates-io]
7
+#rust-gpu-builder-shared = { git = "https://github.com/bevy-rust-gpu/rust-gpu-builder-shared" }
8
+rust-gpu-builder-shared = { path = "../rust-gpu-builder-shared" }
9
+
10
[dependencies]
-rust-gpu-builder-shared = { git = "https://github.com/bevy-rust-gpu/rust-gpu-builder-shared" }
11
+rust-gpu-builder-shared = "0.1.0"
12
13
spirv-builder = "0.6.0"
14
notify = "5.1.0"
0 commit comments