Merge pull request #2069 from safing/fix/2051-ui-crash-in-rust-dark-light

Fix: UI crash in rust dark light module
This commit is contained in:
Alexandr Stelnykovych
2025-11-12 16:11:54 +02:00
committed by GitHub
25 changed files with 134 additions and 1062 deletions

View File

@@ -54,7 +54,7 @@ rfd = { version = "*", default-features = false, features = [ "tokio", "gtk3", "
open = "5.1.3"
chrono = { version = "0.4", features = ["serde"] }
dark-light = { path = "../rust-dark-light" }
dark-light = "2.0.0"
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]