cyborg/Cargo.toml

13 lines
206 B
TOML

[package]
name = "cyborg"
version = "0.1.0"
edition = "2021"
[dependencies]
rayon = "1"
slab = "^0.4"
smallmap = "^1.0"
smallvec = "^1.0"
strum = { version = "0.24", features = ["derive"] }
wgpu = "^0.12"