reafactor(orbital): Reimplement Orbital support using std::fs and redox_event (#4470)

Implemented Send and Sync for EventQueue
This commit is contained in:
isan
2026-02-03 16:23:40 +01:00
committed by GitHub
parent b8f28efd04
commit 5218e11e55
5 changed files with 75 additions and 68 deletions

View File

@@ -79,8 +79,9 @@ x11rb = { version = "0.13.0", default-features = false }
xkbcommon-dl = "0.4.2"
# Orbital dependencies.
libredox = "0.1.12"
orbclient = { version = "0.3.47", default-features = false }
redox_syscall = "0.5.7"
redox_event = { package = "redox_event", version = "0.4.5" }
# Web dependencies.
atomic-waker = "1"