solar-sim/Cargo.toml
2025-08-13 21:02:57 +09:00

20 lines
402 B
TOML

[package]
name = "solar-sim"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.16"
bevy_panorbit_camera = "0.26"
# 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
[features]
dev_mode = ["bevy/bevy_dev_tools", "bevy/dynamic_linking"]