new: project bootstrap

This commit is contained in:
Matthew Ryan Dillon 2024-08-15 17:36:15 -04:00
commit 5ea7f6de91
4 changed files with 4784 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "dsort"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.14"
bevy_egui = "0.28"