Index buffer

This commit is contained in:
Guilherme Werner
2024-02-16 20:41:33 -03:00
parent ab7d6d572b
commit d6d24ba408
2 changed files with 29 additions and 19 deletions

View File

@ -23,7 +23,7 @@ env_logger = "0.10"
log = "0.4"
wgpu = "0.18"
winit = "0.28"
bytemuck = { version = "1.12", features = [ "derive" ] }
bytemuck = { version = "1.12", features = ["derive"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.36.0", features = ["full"] }