1
0
Fork 0
forked from wry/wry

sighand: move signal handling into workspace crate

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

13
Cargo.lock generated
View file

@ -704,6 +704,7 @@ dependencies = [
"jay-geometry",
"jay-io-uring",
"jay-layout-animation",
"jay-sighand",
"jay-time",
"jay-toml-config",
"jay-tracy",
@ -856,6 +857,18 @@ dependencies = [
"jay-geometry",
]
[[package]]
name = "jay-sighand"
version = "0.1.0"
dependencies = [
"jay-async-engine",
"jay-io-uring",
"jay-utils",
"log",
"thiserror",
"uapi",
]
[[package]]
name = "jay-time"
version = "0.1.0"