add cursor flinging
This commit is contained in:
parent
5f89601ef2
commit
d0a458b450
16 changed files with 511 additions and 1692 deletions
|
|
@ -8,6 +8,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
dioxus = { version = "0.7.3", features = ["router", "fullstack", "logger"] }
|
||||
dioxus-html = { version = "0.7.3", features = ["serialize"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
||||
wayland-client = { version = "0.31.12", optional = true }
|
||||
|
|
@ -18,6 +19,7 @@ wayland-protocols-misc = { version = "0.3.10", features = ["client"], optional =
|
|||
wayland-protocols = { version = "0.32.10", features = ["client", "staging"], optional = true }
|
||||
xkb = {version = "0.3.0", optional = true}
|
||||
memfile = {version = "0.3.2", optional = true}
|
||||
wasmtimer = "0.4.3"
|
||||
|
||||
[features]
|
||||
default = ["web"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue