input: move shared types into workspace crate
This commit is contained in:
parent
54aefd8c41
commit
151dc313ba
5 changed files with 126 additions and 70 deletions
12
input-types/Cargo.toml
Normal file
12
input-types/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue