input: move backend events into type crate
This commit is contained in:
parent
03f35d7944
commit
524836bef3
7 changed files with 208 additions and 191 deletions
|
|
@ -7,6 +7,8 @@ description = "Input data types for the Jay compositor"
|
|||
repository = "https://github.com/mahkoh/jay"
|
||||
|
||||
[dependencies]
|
||||
jay-output-types = { version = "0.1.0", path = "../output-types" }
|
||||
jay-units = { version = "0.1.0", path = "../units" }
|
||||
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