Initial commit

This commit is contained in:
Rendo 2026-05-01 01:34:51 +05:00
commit e5842b42fa
6 changed files with 6080 additions and 0 deletions

7
Cargo.toml Normal file
View file

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