From 35e5d551b0499f4c9c262ff46b2e9c0daf7238b6 Mon Sep 17 00:00:00 2001 From: Josh Palmer <1253239+Shfty@users.noreply.github.com> Date: Wed, 8 Mar 2023 08:23:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 470d5c5..4d47362 100644 --- a/README.md +++ b/README.md @@ -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: