This commit is contained in:
STP
2023-11-10 10:23:11 -05:00
parent 2f2ebb3824
commit eb5d866ade
3 changed files with 2089 additions and 42 deletions

View File

@@ -6,4 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
beryllium = "*"
env_logger = "0.10.1"
log = "0.4.20"
pollster = "0.3.0"
wgpu = "0.18.0"
winit = "0.29.3"