audioshader/Cargo.toml
Matthew Deville 7681154072 wip
2025-09-04 10:39:53 +02:00

19 lines
412 B
TOML

[package]
edition = "2024"
name = "bevy_test"
version = "0.1.0"
[dependencies]
bevy = { version = "0.16", features = ["file_watcher"] }
cpal = "0.16"
crossbeam-channel = "0.5"
rodio = "0.21"
# Enable a small amount of optimization in the dev profile.
[profile.dev]
opt-level = 1
# Enable a large amount of optimization in the dev profile for dependencies.
[profile.dev.package."*"]
opt-level = 3