1
0
Fork 0
forked from wry/wry

input: move backend events into type crate

This commit is contained in:
kossLAN 2026-05-29 12:58:17 -04:00
parent 03f35d7944
commit 524836bef3
No known key found for this signature in database
7 changed files with 208 additions and 191 deletions

2
Cargo.lock generated
View file

@ -915,6 +915,8 @@ dependencies = [
name = "jay-input-types"
version = "0.1.0"
dependencies = [
"jay-output-types",
"jay-units",
"jay-utils",
"linearize",
]