CRAWL/Cargo.toml

16 lines
315 B
TOML

[package]
name = "crawl"
version = "0.1.0"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = "1.16.0"
log = "0.4.21"
thiserror = "1.0.61"
wgpu = "0.19.4"
wgpu-profiler = "0.16.2"
winit = "0.29.15"