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