[oden] Textures
Maybe I can figure it out from here
This commit is contained in:
parent
e6034cefbe
commit
f5da9ed0fb
5 changed files with 180 additions and 15 deletions
|
|
@ -6,9 +6,10 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bytemuck = { version = "1.13", features = ["derive"] }
|
||||
env_logger = "0.10"
|
||||
image = { version = "0.24", default-features = false, features = ["png"] }
|
||||
log = "0.4"
|
||||
wgpu = "0.16"
|
||||
winit = "0.28"
|
||||
pollster = "0.3"
|
||||
bytemuck = { version = "1.13", features = ["derive"] }
|
||||
wgpu = "0.16"
|
||||
winit = "0.28"
|
||||
Loading…
Add table
Add a link
Reference in a new issue