fuck what I wanted to do

This commit is contained in:
STP
2023-11-11 19:34:51 -05:00
parent 5492d63ff6
commit b4bc726fee
5 changed files with 139 additions and 426 deletions

View File

@@ -4,12 +4,15 @@ version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.include]
"shaders" = "shaders"
[dependencies]
cfg-if = "1"
nalgebra = "0.32.3"
winit = "0.28"
env_logger = "0.10"
log = "0.4"
wgpu = "0.18"
pollster = "0.3"
wgpu = "0.17"
tokio = "1.34.0"
nalgebra = "0.32.3"