pr_caps: move process capabilities into workspace crate
This commit is contained in:
parent
c709ff997f
commit
d50863bbd8
5 changed files with 290 additions and 266 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -704,6 +704,7 @@ dependencies = [
|
|||
"jay-geometry",
|
||||
"jay-io-uring",
|
||||
"jay-layout-animation",
|
||||
"jay-pr-caps",
|
||||
"jay-sighand",
|
||||
"jay-time",
|
||||
"jay-toml-config",
|
||||
|
|
@ -857,6 +858,16 @@ dependencies = [
|
|||
"jay-geometry",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-pr-caps"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"jay-utils",
|
||||
"opera",
|
||||
"parking_lot",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-sighand"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue