update upkr (new tweaked compressed format)

This commit is contained in:
2021-12-27 17:31:08 +01:00
parent 0f795ae061
commit 462dc3a1c6
7 changed files with 20 additions and 15 deletions

2
uw8-tool/Cargo.lock generated
View File

@@ -124,7 +124,7 @@ dependencies = [
[[package]]
name = "upkr"
version = "0.1.0"
source = "git+https://github.com/exoticorn/upkr.git?rev=7d280bd#7d280bd533b037d579b6cdf12fb69046eb5c2c91"
source = "git+https://github.com/exoticorn/upkr.git?rev=08c86af0#08c86af06f106631ce0401c881bd66fb2c0271e6"
dependencies = [
"anyhow",
"cdivsufsort",

View File

@@ -10,5 +10,5 @@ wasmparser = "0.81"
wasm-encoder = "0.8"
anyhow = "1"
pico-args = "0.4"
upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "7d280bd" }
upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "08c86af0" }
pbr = "1"