mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-26 05:14:11 +02:00
18 lines
500 B
TOML
18 lines
500 B
TOML
[package]
|
|
name = "yaak-system-appearance"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
dark-light = "2.0.0"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
dispatch2 = "0.3.0"
|
|
objc2-app-kit = { version = "0.3.1", features = ["NSAppearance", "NSApplication", "NSResponder"] }
|
|
objc2-foundation = { version = "0.3.1", features = ["NSArray", "NSString", "NSUserDefaults"] }
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
tauri = { workspace = true }
|