fix watch mode not working when initial compile fails

This commit is contained in:
2022-03-05 21:18:55 +01:00
parent a6a82ff5a1
commit 99a423619e
6 changed files with 69 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
curlywas = { git="https://github.com/exoticorn/curlywas.git", rev="89638565" }
curlywas = { git="https://github.com/exoticorn/curlywas.git", rev="557c3a84" }
uw8-tool = { path="../uw8-tool" }
anyhow = "1"
lodepng = "3.4"