update dependencies, disable wayland support

wayland support doesn't fully work with gnome
(missing window decoration)
This commit is contained in:
2022-01-23 13:16:04 +01:00
parent 81a38c2d75
commit cacde9136c
3 changed files with 72 additions and 224 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
wasmtime = "0.30"
anyhow = "1"
minifb = "0.19"
minifb = { version = "0.20", default-features = false, features = ["x11"] }
notify = "4"
pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "196719b" }