kroz-rs/Cargo.toml
Alex Page d9606e8b87
All checks were successful
continuous-integration/drone/push Build is passing
Switch from specs to hecs
2022-02-03 00:07:12 -05:00

18 lines
369 B
TOML

[package]
name = "kroz"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
# bracket-lib = { path = "extern/bracket-lib" }
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
hecs = "0.5.1"
specs-derive = "0.4.1"
cpal = "0.13"
oddio = "0.5"
fundsp = "0.1.0"
typenum = "1.15.0"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"