Support loading image

This commit is contained in:
2025-02-09 19:31:42 +01:00
parent 3009b11675
commit 7f831bc09b
3 changed files with 37 additions and 12 deletions

View File

@@ -7,8 +7,10 @@ edition = "2021"
panic = "abort"
[dependencies]
tiny-skia = "0.11.4"
slint = "1.9.2"
rfd = "0.15.2"
slint = "1.9.2"
tiny-skia = "0.11.4"
tool_helper = {path = "../tool_helper"}
[build-dependencies]
slint-build = "1.9.2"