1
0
Fork 0
forked from wry/wry

theme: move shared state into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:37:04 -04:00
parent 854e0474be
commit 37ec1a4a3f
No known key found for this signature in database
11 changed files with 977 additions and 942 deletions

18
Cargo.lock generated
View file

@ -710,6 +710,7 @@ dependencies = [
"jay-eventfd-cache",
"jay-formats",
"jay-geometry",
"jay-gfx-types",
"jay-io-uring",
"jay-layout-animation",
"jay-libinput",
@ -717,6 +718,7 @@ dependencies = [
"jay-pango",
"jay-pr-caps",
"jay-sighand",
"jay-theme",
"jay-time",
"jay-toml-config",
"jay-tracy",
@ -850,6 +852,10 @@ dependencies = [
"smallvec",
]
[[package]]
name = "jay-gfx-types"
version = "0.1.0"
[[package]]
name = "jay-io-uring"
version = "0.1.0"
@ -936,6 +942,18 @@ dependencies = [
"uapi",
]
[[package]]
name = "jay-theme"
version = "0.1.0"
dependencies = [
"jay-cmm",
"jay-config",
"jay-gfx-types",
"jay-utils",
"linearize",
"num-traits",
]
[[package]]
name = "jay-time"
version = "0.1.0"