update to new upkr version, use css to scale canvas

This commit is contained in:
2021-11-24 22:51:27 +01:00
parent 88bc4fe364
commit fcf24110c5
9 changed files with 42 additions and 46 deletions

4
uw8-tool/Cargo.lock generated
View File

@@ -63,9 +63,11 @@ dependencies = [
[[package]]
name = "upkr"
version = "0.1.0"
source = "git+https://github.com/exoticorn/upkr.git?rev=479a2e2#479a2e2c899a7aa24fa1fd9b4ebd371f8bc39f8e"
source = "git+https://github.com/exoticorn/upkr.git?rev=11b43f9bc4460d960a13829a8a64ff4af11d1665#11b43f9bc4460d960a13829a8a64ff4af11d1665"
dependencies = [
"anyhow",
"cdivsufsort",
"pico-args",
]
[[package]]

View File

@@ -10,4 +10,4 @@ wasmparser = "0.81"
wasm-encoder = "0.8"
anyhow = "1"
pico-args = "0.4"
upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "479a2e2" }
upkr = { git = "https://github.com/exoticorn/upkr.git", rev = "5e82c65" }