pause module when page doesn't have focus

This commit is contained in:
2022-04-10 23:24:04 +02:00
parent 37f12f5a2c
commit 9ebb6b6d34
4 changed files with 24 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ anyhow = "1"
minifb = { version = "0.20", default-features = false, features = ["x11"] }
notify = "4"
pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "557c3a84" }
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "ebc701e" }
wat = "1"
uw8-tool = { path = "uw8-tool" }
same-file = "1"