add cursor flinging

This commit is contained in:
Mona Mayrhofer 2026-03-03 17:46:51 +01:00
parent 5f89601ef2
commit d0a458b450
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
16 changed files with 511 additions and 1692 deletions

16
Cargo.lock generated
View file

@ -757,10 +757,12 @@ name = "cursor-move-webapp"
version = "0.1.0"
dependencies = [
"dioxus",
"dioxus-html",
"memfile",
"rustix 1.1.4",
"serde",
"tokio",
"wasmtimer",
"wayland-client",
"wayland-protocols",
"wayland-protocols-misc",
@ -5590,6 +5592,20 @@ dependencies = [
"semver",
]
[[package]]
name = "wasmtimer"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
dependencies = [
"futures",
"js-sys",
"parking_lot",
"pin-utils",
"slab",
"wasm-bindgen",
]
[[package]]
name = "wayland-backend"
version = "0.3.12"