adding cargo

This commit is contained in:
2026-01-29 12:22:18 +00:00
parent e7e69ba97a
commit b70b9fc63d
3 changed files with 5696 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "tree_game"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.18.0"