main menu and game save work

This commit is contained in:
2026-08-21 17:09:02 -05:00
parent 7bf458c3cc
commit b4d340f443
5 changed files with 238 additions and 23 deletions
Generated
+7
View File
@@ -5192,6 +5192,7 @@ dependencies = [
"jiff",
"ron",
"serde",
"xxhash-rust",
]
[[package]]
@@ -6209,6 +6210,12 @@ version = "0.8.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e450f9b2ed1dff33c94c12589a87338689467b9c4f5d8a5710bd09a847d2c8a7"
[[package]]
name = "xxhash-rust"
version = "0.8.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
[[package]]
name = "yazi"
version = "0.2.1"