bevy-playground/Cargo.toml

17 lines
384 B
TOML
Raw Normal View History

2023-12-19 11:17:49 -06:00
[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.12.1", features = ["wayland"] }
# bevy = { version = "0.12.1", features = ["wayland", "file_watcher", "trace"] }
2023-12-19 11:17:49 -06:00
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3