organization and buidings db
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user