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

View file

@ -7,6 +7,8 @@ description = "Input data types for the Jay compositor"
repository = "https://github.com/mahkoh/jay"
[dependencies]
jay-output-types = { version = "0.1.0", path = "../output-types" }
jay-units = { version = "0.1.0", path = "../units" }
jay-utils = { version = "0.1.0", path = "../utils" }
linearize = { version = "0.1.3", features = ["derive"] }