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
|
|
@ -43,6 +43,7 @@ members = [
|
|||
"bugs",
|
||||
"logger",
|
||||
"video-types",
|
||||
"input-types",
|
||||
"gfx-types",
|
||||
"theme",
|
||||
"clientmem",
|
||||
|
|
@ -97,6 +98,7 @@ jay-pr-caps = { version = "0.1.0", path = "pr-caps" }
|
|||
jay-bugs = { version = "0.1.0", path = "bugs" }
|
||||
jay-logger = { version = "0.1.0", path = "logger" }
|
||||
jay-video-types = { version = "0.1.0", path = "video-types" }
|
||||
jay-input-types = { version = "0.1.0", path = "input-types" }
|
||||
jay-gfx-types = { version = "0.1.0", path = "gfx-types" }
|
||||
jay-theme = { version = "0.1.0", path = "theme" }
|
||||
jay-clientmem = { version = "0.1.0", path = "clientmem" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue