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 05c552d commit 5606893Copy full SHA for 5606893
Cargo.toml
@@ -6,12 +6,8 @@ edition = "2021"
6
[lib]
7
crate_type = ["dylib", "rlib"]
8
9
-[patch.crates-io]
10
-permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro" }
11
-rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge" }
12
-
13
[dependencies]
14
bitflags = "1.3.2"
15
spirv-std = { version = "0.5.0", features = ["glam"] }
16
-permutate-macro = "0.1.0"
17
-rust-gpu-bridge = { version = "0.1.0", default-features = false, features = ["spirv-std"] }
+permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro" }
+rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", default-features = false, features = ["spirv-std"] }
0 commit comments