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

View file

@ -44,6 +44,7 @@ members = [
"logger",
"video-types",
"pango",
"libinput",
"toml-config",
"algorithms",
"toml-spec",
@ -89,6 +90,7 @@ jay-bugs = { version = "0.1.0", path = "bugs" }
jay-logger = { version = "0.1.0", path = "logger" }
jay-video-types = { version = "0.1.0", path = "video-types" }
jay-pango = { version = "0.1.0", path = "pango" }
jay-libinput = { version = "0.1.0", path = "libinput" }
uapi = "0.2.13"
thiserror = "2.0.11"