bevy-playground/Cargo.toml
2024-05-17 09:11:33 -05:00

17 lines
391 B
TOML

[package]
name = "kodotag-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.13.2", features = ["wayland", "wav"] }
# bevy = { version = "0.12.1", features = ["wayland", "file_watcher", "trace"] }
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3