mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
Use zlib-ng backend for flate2 by default
Still allow disabling the feature to avoid the cmake dependency.
This commit is contained in:
parent
d5406851b4
commit
e6e1f55fe9
3 changed files with 24 additions and 1 deletions
|
@ -19,3 +19,7 @@ itertools = "0.10.5"
|
|||
num-integer = "0.1.45"
|
||||
serde = "1.0.152"
|
||||
zstd = "0.12.3"
|
||||
|
||||
[features]
|
||||
default = ["zlib-ng"]
|
||||
zlib-ng = ["flate2/zlib-ng"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue