Add image feture for iced, and add image logo into Welvom stage.

This commit is contained in:
2026-04-17 20:15:44 +02:00
parent 825ea5225b
commit f20593d9ab
4 changed files with 693 additions and 14 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
iced = { version = "0.14", features = ["smol"] }
iced = { version = "0.14", features = ["smol", "image"] }
rust-i18n = "3"
toml = "1"