Files
tect_gen/Cargo.toml
T
2026-06-18 20:51:09 +03:00

10 lines
189 B
TOML

[package]
name = "tect_gen"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.18.1", features = ["keyboard"] }
rand = "0.10.1"
rand_chacha = "0.10.0"
rayon = "1.12.0"