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

14 lines
401 B
TOML

[package]
name = "jay-input-types"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Input data types for the Jay compositor"
repository = "https://github.com/mahkoh/jay"
[dependencies]
jay-output-types = { path = "../output-types" }
jay-units = { path = "../units" }
jay-utils = { path = "../utils" }
linearize = { version = "0.1.3", features = ["derive"] }