new: initial implementation

This commit is contained in:
Matthew Ryan Dillon 2024-08-15 17:39:18 -04:00
parent 5ea7f6de91
commit 69d911ccb8
3 changed files with 67 additions and 7 deletions

7
Cargo.lock generated
View file

@ -1669,6 +1669,7 @@ version = "0.1.0"
dependencies = [
"bevy",
"bevy_egui",
"vsort",
]
[[package]]
@ -3867,6 +3868,12 @@ version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vsort"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11331a1b48f99ea6bb27faae41399d08783d055ddee131e1b1b70a854207ebf8"
[[package]]
name = "walkdir"
version = "2.5.0"