Skip to content

Commit 35e5d55

Browse files
committed
Update README.md
1 parent ba3252e commit 35e5d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ First, add `bevy-rust-gpu` to your `Cargo.toml`:
3737

3838
```toml
3939
[dependencies]
40-
bevy-rust-gpu = { git = "https://github.com/Bevy-Rust-GPU/bevy-rust-gpu", tag = "v0.3.0" }
40+
bevy-rust-gpu = { git = "https://github.com/Bevy-Rust-GPU/bevy-rust-gpu", tag = "v0.4.0" }
4141
```
4242

4343
Next, implement a `Material` type to describe your material's bind group layout and pipeline specialization:

0 commit comments

Comments
 (0)