Fixed loading world, added saving meta data

This commit is contained in:
Piotrek
2021-05-09 16:27:04 +02:00
parent d0b7a781b4
commit 23d702ad6c
5 changed files with 105 additions and 36 deletions
Generated
+11
View File
@@ -2287,12 +2287,14 @@ dependencies = [
"futures",
"glob",
"image",
"linked-hash-map",
"noise",
"rand 0.8.3",
"shaderc",
"wgpu",
"wgpu_glyph",
"winit",
"yaml-rust",
]
[[package]]
@@ -2426,3 +2428,12 @@ name = "xml-rs"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]