[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tauri]
version = "2.0"
[lib]
name = "tauri_plugin_theme"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Dynamically change Tauri App theme"
edition = "2021"
keywords = ["tauri", "plugin", "theme"]
license = "MIT"
links = "tauri-plugin-theme"
name = "tauri-plugin-theme"
readme = "README.md"
repository = "https://github.com/wyhaya/tauri-plugin-theme"
version = "2.1.2"
[target.'cfg(target_os = "linux")'.dependencies.futures-lite]
version = "2.3"
[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.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.26"
[target.'cfg(target_os = "macos")'.dependencies.dirs-next]
version = "2.0"
[target.'cfg(target_os = "windows")'.dependencies.dirs-next]
version = "2.0"
[target.'cfg(target_os = "windows")'.dependencies.webview2-com]
version = "0.33"
[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.58"
[target.'cfg(target_os = "windows")'.dependencies.windows-core]
version = "0.58"
[target.'cfg(target_os = "windows")'.dependencies.windows-version]
version = "0.1"