cyborg/Cargo.toml

13 lines
256 B
TOML

[package]
name = "cyborg"
version = "0.1.0"
edition = "2021"
[dependencies]
rayon = "1"
slab = "^0.4"
smallmap = { git = "https://github.com/marceline-cramer/smallmap" }
smallvec = "^1.0"
strum = { version = "0.24", features = ["derive"] }
wgpu = "^0.12"