shim linux theme check
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,6 @@ tauri-plugin-clipboard-manager = "2.3.0"
|
||||
tauri-plugin-prevent-default = "3"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
sysinfo = "0.37"
|
||||
dark-light = "1.1.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
cocoa = "0.26"
|
||||
@@ -53,3 +52,6 @@ cocoa = "0.26"
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
zbus = { version = "5" }
|
||||
x11rb = "0.13"
|
||||
|
||||
[target.'cfg(not(target_os = "linux"))'.dependencies]
|
||||
dark-light = "1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user