[oden] Cleaner textures

This commit is contained in:
John Doty 2023-06-17 11:43:26 -07:00
parent f5da9ed0fb
commit aa70df41a3
4 changed files with 93 additions and 70 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
bytemuck = { version = "1.13", features = ["derive"] }
env_logger = "0.10"
image = { version = "0.24", default-features = false, features = ["png"] }