kroz-rs/Cargo.toml
2022-01-25 14:53:01 -05:00

17 lines
319 B
TOML

[package]
name = "kroz"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
specs = "0.16.1"
specs-derive = "0.4.1"
cpal = "0.13"
oddio = "0.5"
rand = "0.8"
spin_sleep = "1.0"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"