fix #2: Crash when drawing zero sized line

This commit is contained in:
2022-02-27 22:09:54 +01:00
parent 8815a8e02e
commit add49a1f8b
6 changed files with 132 additions and 14 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="196719b" }
curlywas = { git="https://github.com/exoticorn/curlywas.git", rev="89638565" }
uw8-tool = { path="../uw8-tool" }
anyhow = "1"
lodepng = "3.4"