add a bunch of crates

This commit is contained in:
2023-08-29 18:21:07 -07:00
parent 68eda6546e
commit 33f8162f85
2 changed files with 315 additions and 2 deletions

View File

@@ -6,5 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-executor = "1.5.1"
bytemuck = { version = "1.13.1", features = ["derive"] }
ddsfile = "0.5.1"
env_logger = "0.10.0"
glam = "0.24.1"
log = "0.4.20"
obj = "0.10.2"
pollster = "0.3.0"
wgpu = "0.17.0"
winit = "0.28.6"