1
0
Fork 0
forked from wry/wry
wry/output-types/Cargo.toml

16 lines
468 B
TOML

[package]
name = "jay-output-types"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-only"
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"