copied over from original version in game repo, full rewrite incomingg

This commit is contained in:
Schrottkatze 2025-09-04 02:55:05 +02:00
parent 0b4a98c83c
commit dd4ee9732c
Signed by: schrottkatze
SSH key fingerprint: SHA256:/raZeWZ2RLThYkX/nq26frnmA4Bi3qRM/hijRmDBa10
13 changed files with 5722 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "s10e-bevy-menus"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.16.1"