pango: move bindings into workspace crate
This commit is contained in:
parent
ebaccd8762
commit
4562a34890
8 changed files with 554 additions and 429 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue