[package] name = "tauri-plugin-appearance" version = "0.5.0" authors = ["wyhaya", "kuyoonjo"] edition = "2021" license = "MIT" repository = "https://github.com/kuyoonjo/tauri-plugin-theme" description = "Dynamically change Tauri App theme" keywords = ["tauri", "plugin", "theme", "appearance"] exclude = ["/examples", "/webview-dist", "/webview-src", "node_modules"] readme = "README.md" links = "tauri-plugin-appearance" [build-dependencies] tauri-plugin = { version = "2.0.1", features = ["build"] } [dependencies] tauri = { version = "2.0.4" } serde = { version = "1", features = ["derive"] } [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.25" [target."cfg(target_os = \"linux\")".dependencies] gtk = "0.18" tintanum = "0.1" futures-lite = "2.0" tokio = { version = "1", features = ["macros"] } once_cell = "1.18" [target."cfg(target_os = \"windows\")".dependencies] windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Graphics", "Win32_Graphics_Dwm"] }