mirror of
https://github.com/Noratrieb/spaceship.git
synced 2026-01-14 08:25:06 +01:00
15 lines
311 B
TOML
15 lines
311 B
TOML
[package]
|
|
name = "spaceflight"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.11.2", features = ["dynamic_linking"]}
|