From 1878528a4fa1a650b1578040a99c2351cabcc393 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 20 Sep 2023 17:45:39 -0700 Subject: [PATCH] v0.4.0 instanced rendering + model textures --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2808d2e..02e93408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1405,7 +1405,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-executor", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 7390db66..5e32c41b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.3.0" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html