mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
update to new upkr version, use css to scale canvas
This commit is contained in:
4
uw8-tool/Cargo.lock
generated
4
uw8-tool/Cargo.lock
generated
@@ -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]]
|
||||
|
||||
@@ -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" }
|
||||
Reference in New Issue
Block a user