1
0
Fork 0
forked from wry/wry

libinput: move bindings into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:32:34 -04:00
parent 4562a34890
commit f5bcfaf73c
No known key found for this signature in database
12 changed files with 442 additions and 316 deletions

16
Cargo.lock generated
View file

@ -712,6 +712,7 @@ dependencies = [
"jay-geometry",
"jay-io-uring",
"jay-layout-animation",
"jay-libinput",
"jay-logger",
"jay-pango",
"jay-pr-caps",
@ -869,6 +870,21 @@ dependencies = [
"jay-geometry",
]
[[package]]
name = "jay-libinput"
version = "0.1.0"
dependencies = [
"anyhow",
"bstr",
"isnt 0.2.0",
"jay-utils",
"libloading",
"log",
"repc",
"thiserror",
"uapi",
]
[[package]]
name = "jay-logger"
version = "0.1.0"