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 ba3252e commit 35e5d55Copy full SHA for 35e5d55
README.md
@@ -37,7 +37,7 @@ First, add `bevy-rust-gpu` to your `Cargo.toml`:
37
38
```toml
39
[dependencies]
40
-bevy-rust-gpu = { git = "https://github.com/Bevy-Rust-GPU/bevy-rust-gpu", tag = "v0.3.0" }
+bevy-rust-gpu = { git = "https://github.com/Bevy-Rust-GPU/bevy-rust-gpu", tag = "v0.4.0" }
41
```
42
43
Next, implement a `Material` type to describe your material's bind group layout and pipeline specialization:
0 commit comments