Skip to content

Commit 77de1f2

Browse files
committed
Set Cargo.toml rust-gpu-bridge tag to v0.4.0
1 parent 3aa76fe commit 77de1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate_type = ["dylib", "rlib"]
1010
bitflags = "2.0.1"
1111
spirv-std = "0.6.0"
1212
permutate-macro = { git = "https://github.com/Bevy-Rust-GPU/permutate-macro", tag = "v0.4.0" }
13-
rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", branch = "master", features = ["spirv-std"] }
13+
rust-gpu-bridge = { git = "https://github.com/Bevy-Rust-GPU/rust-gpu-bridge", tag = "v0.4.0", features = ["spirv-std"] }

0 commit comments

Comments
 (0)