1
0
Fork 0
forked from wry/wry

input: move shared types into workspace crate

This commit is contained in:
kossLAN 2026-05-29 12:03:45 -04:00
parent 54aefd8c41
commit 151dc313ba
No known key found for this signature in database
5 changed files with 126 additions and 70 deletions

12
input-types/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "jay-input-types"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-only"
description = "Input data types for the Jay compositor"
repository = "https://github.com/mahkoh/jay"
[dependencies]
jay-utils = { version = "0.1.0", path = "../utils" }
linearize = { version = "0.1.3", features = ["derive"] }