1
0
Fork 0
forked from wry/wry

pr_caps: move process capabilities into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:20:59 -04:00
parent c709ff997f
commit d50863bbd8
No known key found for this signature in database
5 changed files with 290 additions and 266 deletions

11
Cargo.lock generated
View file

@ -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"