initial commit

This commit is contained in:
2025-02-26 15:51:59 +01:00
commit 931d0c2bf3
16 changed files with 6091 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "hedz_reloaded"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.15.2"
bevy_trenchbroom = { version = "0.6.2", features = ["auto_register"] }
bevy_flycam = "0.15.0"
nil = "0.14.0"
bevy-inspector-egui = "0.29.1"