dioxus-hoverfx 0.1.0-alpha.4

Dioxus components and native metadata for worker-first cursor hover effects.
Documentation
[package]
name = "dioxus-hoverfx"
version = "0.1.0-alpha.4"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Dioxus components and native metadata for worker-first cursor hover effects."
repository = "https://github.com/Collin-Budrick/dioxus_template"
readme = "README.md"
keywords = ["dioxus", "hover", "cursor", "effects"]
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"]
textfx-interop = ["dioxus-hoverfx-core/textfx-interop"]

[dependencies]
dioxus = { workspace = true, features = ["minimal"] }
dioxus-hoverfx-core = { path = "../dioxus-hoverfx-core", version = "0.1.0-alpha.3" }
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" }