1
0
Fork 0
forked from wry/wry

pango: move bindings into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:29:14 -04:00
parent ebaccd8762
commit 4562a34890
No known key found for this signature in database
8 changed files with 554 additions and 429 deletions

12
Cargo.lock generated
View file

@ -713,6 +713,7 @@ dependencies = [
"jay-io-uring",
"jay-layout-animation",
"jay-logger",
"jay-pango",
"jay-pr-caps",
"jay-sighand",
"jay-time",
@ -886,6 +887,17 @@ dependencies = [
"uapi",
]
[[package]]
name = "jay-pango"
version = "0.1.0"
dependencies = [
"anyhow",
"jay-geometry",
"repc",
"thiserror",
"uapi",
]
[[package]]
name = "jay-pr-caps"
version = "0.1.0"