mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-23 20:04:05 +02:00
13 lines
262 B
TOML
13 lines
262 B
TOML
[package]
|
|
name = "yaak-system-appearance"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
|
|
dark-light = "2.0.0"
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
tauri = { workspace = true }
|