add cursor flinging
This commit is contained in:
parent
5f89601ef2
commit
d0a458b450
16 changed files with 511 additions and 1692 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue