organization and buidings db

This commit is contained in:
2024-06-04 09:18:31 -04:00
parent ee0b17f4b6
commit c31c2fb908
21 changed files with 453 additions and 348 deletions

9
Cargo.lock generated
View File

@@ -1321,6 +1321,14 @@ dependencies = [
"tracing",
]
[[package]]
name = "buildings"
version = "0.1.0"
dependencies = [
"bevy",
"world_generation",
]
[[package]]
name = "bumpalo"
version = "3.15.4"
@@ -3246,6 +3254,7 @@ dependencies = [
"bevy",
"bevy-inspector-egui 0.23.4",
"bevy_rapier3d",
"buildings",
"iyes_perf_ui",
"noise 0.8.2",
"rayon",