beginning of world loader

This commit is contained in:
TudbuT 2024-11-23 17:09:42 +01:00
parent 1b53a5f15f
commit 4d848a3acb
6 changed files with 23 additions and 1 deletions

7
Cargo.lock generated
View file

@ -2217,6 +2217,7 @@ dependencies = [
"bevy",
"bevy_editor_pls",
"bevy_rapier2d",
"readformat",
]
[[package]]
@ -3887,6 +3888,12 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
[[package]]
name = "readformat"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03f7fbd470aa8b3ad163c85cce8bccfc11cc9c44ef12da0a4eddd98bd307352"
[[package]]
name = "rectangle-pack"
version = "0.4.2"