Use positioned IO scheme interface.
... | ... | @@ -46,7 +46,7 @@ termion = { version = "2", optional = true } |
uuid = { version = "1.4", default-features = false } | ||
redox-path = "0.3.0" | ||
libredox = { version = "0.1.3", optional = true } | ||
redox-scheme = { git = "https://gitlab.redox-os.org/4lDO2/redox-scheme.git", branch = "schemev2" } | ||
redox-scheme = { git = "https://gitlab.redox-os.org/4lDO2/redox-scheme.git", branch = "schemev2plus" } | ||
[features] | ||
default = ["std", "log"] | ||
... | ... | @@ -71,4 +71,4 @@ libc = { version = "0.2", optional = true } |
time = { version = "0.1", optional = true } | ||
[patch.crates-io] | ||
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "schemev2", features = ["std"] } | ||
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "schemev2plus", features = ["std"] } |
Please register or sign in to comment