theme: move shared state into workspace crate
This commit is contained in:
parent
854e0474be
commit
37ec1a4a3f
11 changed files with 977 additions and 942 deletions
|
|
@ -43,6 +43,8 @@ members = [
|
|||
"bugs",
|
||||
"logger",
|
||||
"video-types",
|
||||
"gfx-types",
|
||||
"theme",
|
||||
"pango",
|
||||
"libinput",
|
||||
"toml-config",
|
||||
|
|
@ -89,6 +91,8 @@ 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-gfx-types = { version = "0.1.0", path = "gfx-types" }
|
||||
jay-theme = { version = "0.1.0", path = "theme" }
|
||||
jay-pango = { version = "0.1.0", path = "pango" }
|
||||
jay-libinput = { version = "0.1.0", path = "libinput" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue