This commit is contained in:
2025-11-13 00:04:03 +01:00
commit 830075116a
9 changed files with 5774 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "war-in-tunnels"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.17.2"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3