Compressing with lz4

This commit is contained in:
Piotrek
2021-05-10 13:30:15 +02:00
parent 3bd9fa942e
commit 4eaa0fab56
5 changed files with 76 additions and 44 deletions
Generated
+10
View File
@@ -15,6 +15,7 @@ dependencies = [
"glob",
"image",
"linked-hash-map",
"lzzzz",
"noise",
"rand 0.8.3",
"shaderc",
@@ -1154,6 +1155,15 @@ dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "lzzzz"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d891cedd3b1659c206a60ff8afd15bccd7c2754b157f8a164861989e042b88"
dependencies = [
"cc",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"