From ccc94839e597e539bfc4db66b55dc588538a7a79 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 29 Sep 2023 02:38:56 -0700 Subject: [PATCH] v0.6.2 blend model color with texture alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b60e7ab..363f8878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1659,7 +1659,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-executor", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 68c59c57..35478a39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.6.1" +version = "0.6.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html