tauri-plugin-theme 0.2.0

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

[dependencies.tauri]
version = "1"

[package]
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 = "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]