Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shfty committed Mar 8, 2023
1 parent ba3252e commit 35e5d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ First, add `bevy-rust-gpu` to your `Cargo.toml`:

```toml
[dependencies]
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" }
```

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

0 comments on commit 35e5d55

Please sign in to comment.