V1
Some checks failed
Release / windows-x86_64-gnu (push) Failing after 3m53s

This commit is contained in:
2026-06-19 04:00:36 +08:00
Unverified
parent d32882443f
commit 0f07dd9f5b
9 changed files with 639 additions and 399 deletions

View File

@@ -54,6 +54,8 @@ dark-light = "1"
# Runtime background image decoding/blur. Used for png/jpg/jpeg/webp user
# backgrounds before handing pixels to Slint.
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp"] }
# HTTP client for WebDAV sync.
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
# Decode the embedded PNG icon to set the window icon at runtime (Linux only).
# On Windows the icon comes from the .ico embedded by winresource at link time;