From 5f40fe640657a27a73b448a7024e5524208a0fbc Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 16 Apr 2017 14:26:41 -0600 Subject: [PATCH] Add more replacements --- .gitmodules | 9 +++++++++ Cargo.lock | 5 +++++ Cargo.toml | 3 +++ libs/event | 1 + libs/extra | 1 + libs/syscall | 1 + 6 files changed, 20 insertions(+) create mode 160000 libs/event create mode 160000 libs/extra create mode 160000 libs/syscall diff --git a/.gitmodules b/.gitmodules index e6a37a4..5ad72a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,12 @@ [submodule "libs/termion"] path = libs/termion url = https://github.com/redox-os/termion.git +[submodule "libs/syscall"] + path = libs/syscall + url = https://github.com/redox-os/syscall.git +[submodule "libs/extra"] + path = libs/extra + url = https://github.com/redox-os/libextra.git +[submodule "libs/event"] + path = libs/event + url = https://github.com/redox-os/event.git diff --git a/Cargo.lock b/Cargo.lock index 6319d8f..3346360 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,10 +1110,15 @@ name = "redox_syscall" version = "0.1.17" source = "git+https://github.com/redox-os/syscall.git#863080967dfee40e0a0c74936e43e79161e0aa6e" +[[package]] +name = "redox_syscall" +version = "0.1.17" + [[package]] name = "redox_syscall" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" +replace = "redox_syscall 0.1.17" [[package]] name = "redoxfs" diff --git a/Cargo.toml b/Cargo.toml index 96ec5e9..3a5317b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,9 +37,12 @@ members = [ ] [replace] +"extra:0.1.0" = { path = "libs/extra" } "jpeg-decoder:0.1.12" = { path = "libs/jpeg-decoder" } "orbclient:0.3.3" = { path = "libs/orbclient" } "orbfont:0.1.7" = { path = "libs/orbfont" } "orbimage:0.1.15" = { path = "libs/orbimage" } "orbtk:0.2.19" = { path = "libs/orbtk" } +"redox_event:0.1.0" = { path = "libs/event" } +"redox_syscall:0.1.17" = { path = "libs/syscall" } "termion:1.3.0" = { path = "libs/termion" } diff --git a/libs/event b/libs/event new file mode 160000 index 0000000..285c934 --- /dev/null +++ b/libs/event @@ -0,0 +1 @@ +Subproject commit 285c93417cca031aea34a81d79d32c5b13f0af6c diff --git a/libs/extra b/libs/extra new file mode 160000 index 0000000..4029320 --- /dev/null +++ b/libs/extra @@ -0,0 +1 @@ +Subproject commit 402932084acd5fef4812945887ceaaa2ddd5f264 diff --git a/libs/syscall b/libs/syscall new file mode 160000 index 0000000..8630809 --- /dev/null +++ b/libs/syscall @@ -0,0 +1 @@ +Subproject commit 863080967dfee40e0a0c74936e43e79161e0aa6e