implement watch mode

This commit is contained in:
2021-11-14 15:18:21 +01:00
parent bce7d82dae
commit 289382f351
3 changed files with 44 additions and 6 deletions

View File

@@ -9,4 +9,5 @@ edition = "2021"
wasmtime = "0.30"
anyhow = "1"
minifb = "0.19"
notify = "4"
notify = "4"
pico-args = "0.4"