first pass

This commit is contained in:
2026-05-20 13:24:13 +02:00
commit ce016a4368
4 changed files with 6096 additions and 0 deletions

7
Cargo.toml Normal file
View File

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