[package]
name = "dioxus-hoverfx-core"
version = "0.1.0-alpha.3"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Serializable worker-first cursor hover effect configuration for Dioxus."
repository = "https://github.com/Collin-Budrick/dioxus_template"
readme = "README.md"
keywords = ["dioxus", "hover", "cursor", "worker"]
categories = ["web-programming", "gui", "rendering"]
[features]
default = []
textfx-interop = ["dep:dioxus-textfx-core"]
viewtx-interop = ["dep:dioxus-viewtx-core"]
[dependencies]
dioxus-textfx-core = { path = "../dioxus-textfx-core", version = "0.1.0-alpha.4", optional = true }
dioxus-viewtx-core = { path = "../dioxus-viewtx-core", version = "0.1.0-alpha.3", optional = true }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"