This commit is contained in:
JOLIMAITRE Matthieu 2024-11-10 02:44:05 +01:00
commit 2f798e5cbc
15 changed files with 23755 additions and 0 deletions

11
rust/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "d6"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.14.2", features = ["dynamic_linking"] }
blenvy = "0.1.0-alpha.1"
rand = "0.8.5"
avian3d = "0.1.2"
bevy_editor_pls = "0.10.0"