[desktop] Add rust-dark-light as direct dependency

This commit is contained in:
Vladimir Stoilov
2025-02-25 11:34:21 +02:00
parent 9ff7ec96d1
commit b2907e9475
23 changed files with 654 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ reqwest = { version = "0.12" }
rfd = { version = "*", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
open = "5.1.3"
dark-light = { git = "https://github.com/vlabo/rust-dark-light", rev = "1f955c84d0ea05729bb5ecab29fb1b315b9897de" }
dark-light = { path = "../rust-dark-light" }
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]