scaffold

scaffold
This commit is contained in:
rncwnd 2025-07-03 19:23:10 +01:00
commit 2a3f0436d8
Signed by: rncwnd
GPG key ID: 05EF307E0712FDAA
11 changed files with 5394 additions and 0 deletions

7
player/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "player"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.16.1", features = ["dynamic_linking"] }