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 3c39ae3 commit 96a5044Copy full SHA for 96a5044
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "bevy-pbr-rust"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
6
[lib]
7
crate_type = ["dylib", "rlib"]
8
9
[dependencies]
10
-rust-gpu-bridge = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge", tag = "v0.4.0", features = ["spirv-std"] }
11
-permutate-macro = { git = "https://github.com/bevy-rust-gpu/permutate-macro", tag = "v0.4.0" }
+rust-gpu-bridge = { git = "https://github.com/bevy-rust-gpu/rust-gpu-bridge", tag = "v0.5.0", features = ["spirv-std"] }
+permutate-macro = { git = "https://github.com/bevy-rust-gpu/permutate-macro", tag = "v0.5.0" }
12
13
spirv-std = "0.7.0"
0 commit comments