mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
minedmap: add region cache
Cache the last loaded processed regions.
This commit is contained in:
parent
521e799d4b
commit
84bee6d6d9
4 changed files with 77 additions and 14 deletions
|
@ -19,9 +19,10 @@ glam = "0.24.0"
|
|||
image = { version = "0.24.5", default-features = false, features = ["png"] }
|
||||
indexmap = { version = "2.0.0", features = ["serde"] }
|
||||
itertools = "0.11.0"
|
||||
lru = "0.11.0"
|
||||
num-integer = "0.1.45"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = "1.0.152"
|
||||
serde = { version = "1.0.152", features = ["rc"] }
|
||||
serde_json = "1.0.99"
|
||||
zstd = "0.12.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue