new: project bootstrap
This commit is contained in:
commit
5ea7f6de91
4 changed files with 4784 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "dsort"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.14"
|
||||
bevy_egui = "0.28"
|
Loading…
Add table
Add a link
Reference in a new issue