Skip to content

Commit a0aba62

Browse files
committed
Version dependencies
1 parent 88e2159 commit a0aba62

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
@@ -9,5 +9,5 @@ crate_type = ["dylib", "rlib"]
99
[dependencies]
1010
bitflags = "1.3.2"
1111
spirv-std = { version = "0.5.0", features = ["glam"] }
12-
permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro" }
13-
rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", default-features = false, features = ["spirv-std"] }
12+
permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro", tag = "v0.3.0" }
13+
rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", tag = "v0.2.0", features = ["spirv-std"] }

0 commit comments

Comments
 (0)