basic scaffolding

This commit is contained in:
Mona Mayrhofer 2026-02-28 12:18:00 +01:00
parent a12b10b4bc
commit e4d51f09a1
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
3 changed files with 125 additions and 2 deletions

26
Cargo.lock generated
View file

@ -23,6 +23,7 @@ name = "cursor-mover-app"
version = "0.1.0"
dependencies = [
"wayland-client",
"wayland-protocols-wlr",
]
[[package]]
@ -154,6 +155,31 @@ dependencies = [
"wayland-scanner",
]
[[package]]
name = "wayland-protocols"
version = "0.32.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3"
dependencies = [
"bitflags",
"wayland-backend",
"wayland-client",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3"
dependencies = [
"bitflags",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.31.8"