Patches to fix redox support

This commit is contained in:
Jeremy Soller 2025-04-10 09:06:59 -06:00
parent 79aa8f887a
commit 32bda4b585
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 11 additions and 7 deletions

View file

@ -105,6 +105,12 @@ fastrand = "2"
test-log = "0.2"
tokio = { version = "1", features = ["rt", "macros"] }
[patch.crates-io]
# https://github.com/rust-lang/libc/pull/4388
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox-socket-0.2" }
# https://github.com/smol-rs/polling/pull/235
polling = { git = "https://github.com/jackpot51/polling.git", branch = "master" }
# [patch.'https://github.com/pop-os/cosmic-text']
# cosmic-text = { path = "../cosmic-text" }