language swap to rust, using Bevy ECS, rotating colour swapping cube, movement needs translating

This commit is contained in:
2025-12-26 17:48:59 +00:00
parent 89fcc495d6
commit f88e5cead3
16 changed files with 5682 additions and 12758 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "burger-game"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.17.3"
[profile.release]
opt-level = 3
strip = "none"
lto = true
codegen-units = 1
panic = "abort"