UI(Tauri): Replace local rust-dark-light with published dark-light crate

https://github.com/safing/portmaster/issues/2051
This commit is contained in:
Alexandr Stelnykovych
2025-11-11 19:44:31 +02:00
parent 2009dcf9c8
commit ae72509293
25 changed files with 134 additions and 1062 deletions

View File

@@ -53,7 +53,7 @@ reqwest = { version = "0.12", features = ["cookies", "json"] }
rfd = { version = "*", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
open = "5.1.3"
dark-light = { path = "../rust-dark-light" }
dark-light = "2.0.0"
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]