1
0
Fork 0
forked from wry/wry

dbus: move protocol core into workspace crate

This commit is contained in:
kossLAN 2026-05-29 10:58:23 -04:00
parent 9e428510ca
commit 61ec13def0
No known key found for this signature in database
11 changed files with 286 additions and 258 deletions

13
Cargo.lock generated
View file

@ -696,6 +696,7 @@ dependencies = [
"jay-cmm",
"jay-config",
"jay-criteria",
"jay-dbus-core",
"jay-edid",
"jay-formats",
"jay-geometry",
@ -762,6 +763,18 @@ dependencies = [
"regex",
]
[[package]]
name = "jay-dbus-core"
version = "0.1.0"
dependencies = [
"bstr",
"jay-bufio",
"jay-io-uring",
"jay-utils",
"thiserror",
"uapi",
]
[[package]]
name = "jay-edid"
version = "0.1.0"