1
0
Fork 0
forked from wry/wry

output: move connector state into type crate

This commit is contained in:
kossLAN 2026-05-29 12:54:24 -04:00
parent be1511a7be
commit 03f35d7944
No known key found for this signature in database
4 changed files with 207 additions and 143 deletions

View file

@ -7,6 +7,10 @@ description = "Output identity types for the Jay compositor"
repository = "https://github.com/mahkoh/jay"
[dependencies]
jay-cmm = { version = "0.1.0", path = "../cmm" }
jay-formats = { version = "0.1.0", path = "../formats" }
jay-utils = { version = "0.1.0", path = "../utils" }
blake3 = "1.8.2"
linearize = { version = "0.1.3", features = ["derive"] }
uapi = "0.2.13"