libinput: move bindings into workspace crate
This commit is contained in:
parent
4562a34890
commit
f5bcfaf73c
12 changed files with 442 additions and 316 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue