Patches to fix redox support
This commit is contained in:
parent
79aa8f887a
commit
32bda4b585
2 changed files with 11 additions and 7 deletions
|
|
@ -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" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue