init
This commit is contained in:
commit
2f798e5cbc
15 changed files with 23755 additions and 0 deletions
11
rust/Cargo.toml
Normal file
11
rust/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue