setup (draw a circle /m)

This commit is contained in:
Schrottkatze 2025-05-14 13:28:18 +02:00
commit 08069c9224
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
9 changed files with 5452 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "mgd2-tram-championships"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.16.0"
env_logger = "0.11.8"
log = "0.4.27"
# 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