Dynamic chunk loading

This commit is contained in:
Snowiiii
2024-09-01 18:04:27 +02:00
parent 2085307a44
commit 5c0dffbf9d
33 changed files with 367 additions and 181 deletions

2
Cargo.lock generated
View File

@@ -1959,6 +1959,7 @@ version = "0.1.0"
dependencies = [
"num-derive",
"num-traits",
"pumpkin-core",
]
[[package]]
@@ -2034,6 +2035,7 @@ dependencies = [
"log",
"num-derive",
"num-traits",
"pumpkin-core",
"rayon",
"serde",
"serde_json",