ARYAN KINO

This commit is contained in:
2025-11-29 20:35:51 +01:00
commit 5de00847b0
5 changed files with 4662 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "birdgame"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.14", features = ["dynamic_linking"] } # 0.14 is current as of Nov 2025
bevy_flycam = "0.14" # optional: for free camera while testing
rand = "0.8"
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"