tauri-plugin-theme 1.0.0

Dynamically change Tauri App theme
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tauri]
version = "1"

[lib]
name = "tauri_plugin_theme"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Dynamically change Tauri App theme"
edition = "2021"
keywords = ["tauri", "plugin", "theme"]
license = "MIT"
name = "tauri-plugin-theme"
readme = "README.md"
repository = "https://github.com/wyhaya/tauri-plugin-theme"
version = "1.0.0"

[target.'cfg(target_os = "linux")'.dependencies.futures-lite]
version = "2.3"

[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.15"

[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 = "windows")'.dependencies]