feat: Use libredox instead of redox_syscall.

This commit is contained in:
Ibuki.O 2026-01-18 17:20:10 +09:00 committed by Ashley Wulber
parent ed46dd031d
commit 0370cadd67
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 5 additions and 3 deletions

View file

@ -80,7 +80,8 @@ xkbcommon-dl = "0.4.2"
# Orbital dependencies.
orbclient = { version = "0.3.47", default-features = false }
redox_syscall = "0.5.7"
redox_syscall = "0.7"
libredox = "0.1.12"
# Web dependencies.
atomic-waker = "1"