init commit

This commit is contained in:
2023-10-15 23:41:11 -05:00
commit 8677e05fe1
8 changed files with 3853 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "minibaldur"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.11.2"
rand = "0.8.5"