mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-20 19:35:08 +02:00
Consistently use bincode's Encode/Decode to avoid issues with incompatible serde features. Support for storing some temporary files as JSON is removed. The size of the "processed" directory is reduced by ~8% with the new default encoding of bincode 2. Performance is more or less unaffected.
13 lines
329 B
TOML
13 lines
329 B
TOML
[package]
|
|
name = "minedmap-resource"
|
|
version = "0.6.0"
|
|
description = "Data describing Minecraft biomes and block types"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bincode = "2.0.1"
|
|
enumflags2 = { version = "0.7.7", features = ["serde"] }
|
|
glam = "0.30.0"
|