1
0
Fork 0
forked from wry/wry

input: move shared types into workspace crate

This commit is contained in:
kossLAN 2026-05-29 12:03:45 -04:00
parent 54aefd8c41
commit 151dc313ba
No known key found for this signature in database
5 changed files with 126 additions and 70 deletions

9
Cargo.lock generated
View file

@ -738,6 +738,7 @@ dependencies = [
"jay-formats",
"jay-geometry",
"jay-gfx-types",
"jay-input-types",
"jay-io-uring",
"jay-layout-animation",
"jay-libinput",
@ -908,6 +909,14 @@ dependencies = [
"uapi",
]
[[package]]
name = "jay-input-types"
version = "0.1.0"
dependencies = [
"jay-utils",
"linearize",
]
[[package]]
name = "jay-io-uring"
version = "0.1.0"