[package]
name = "dioxus-theme"
version = "0.1.0-alpha.4"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Dioxus components and native metadata for no-reload theme switching."
repository = "https://github.com/Collin-Budrick/dioxus_template"
readme = "README.md"
keywords = ["dioxus", "theme", "resumability", "ssr"]
categories = ["web-programming", "gui", "rendering"]
[features]
default = ["web"]
web = ["dioxus/web", "dioxus-native-port/web"]
desktop = ["dioxus/desktop"]
native = ["dioxus/native", "dioxus-native-port/native"]
server = ["dioxus/server"]
viewtx = ["dioxus-theme-core/viewtx"]
[dependencies]
dioxus = { workspace = true, features = ["minimal"] }
dioxus-motion-core = { path = "../dioxus-motion-core", version = "0.1.0-alpha.1" }
dioxus-native-port = { path = "../dioxus-native-port", default-features = false, version = "0.1.0-alpha.3" }
dioxus-theme-core = { path = "../dioxus-theme-core", version = "0.1.0-alpha.4" }