v0.6.2 blend model color with texture alpha

This commit is contained in:
Quaternions 2023-09-29 02:38:56 -07:00
parent c85a84a52e
commit ccc94839e5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1659,7 +1659,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]] [[package]]
name = "strafe-client" name = "strafe-client"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"async-executor", "async-executor",
"bytemuck", "bytemuck",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "strafe-client" name = "strafe-client"
version = "0.6.1" version = "0.6.2"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html