bevyjam/Cargo.toml

20 lines
415 B
TOML
Raw Normal View History

2022-08-21 17:17:55 +00:00
[package]
name = "bevyjam"
version = "0.1.0"
authors = ["tuxmain <tuxmain@zettascript.org>"]
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
bevy = "0.8.0"
2022-08-23 15:02:13 +00:00
bevy_hanabi = "0.3.1"
2022-08-21 17:17:55 +00:00
bevy-inspector-egui = "0.12.1"
2022-08-23 15:02:13 +00:00
bevy_rapier2d = "0.16.2"
cpal = "0.14.0"
crossbeam-channel = "0.5.6"
hexodsp = { git = "https://github.com/WeirdConstructor/HexoDSP" }
ticktock = "0.8.0"
2022-08-22 16:56:11 +00:00
[profile.dev.package."*"]
2022-08-23 15:02:13 +00:00
opt-level = 3