From 072a202e0301aee20faeea846f2e1d2d705c1259 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 16 Apr 2017 14:50:04 -0600 Subject: [PATCH] Add more libs --- .gitmodules | 9 +++++++++ Cargo.toml | 3 +++ libs/pager | 1 + libs/ransid | 1 + libs/same-file | 1 + 5 files changed, 15 insertions(+) create mode 160000 libs/pager create mode 160000 libs/ransid create mode 160000 libs/same-file diff --git a/.gitmodules b/.gitmodules index 5ad72a9..daa0e64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -91,3 +91,12 @@ [submodule "libs/event"] path = libs/event url = https://github.com/redox-os/event.git +[submodule "libs/pager"] + path = libs/pager + url = https://github.com/redox-os/libpager.git +[submodule "libs/ransid"] + path = libs/ransid + url = https://github.com/redox-os/ransid.git +[submodule "libs/same-file"] + path = libs/same-file + url = https://github.com/redox-os/same-file.git diff --git a/Cargo.toml b/Cargo.toml index 3a5317b..bdc2a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,9 @@ members = [ "orbfont:0.1.7" = { path = "libs/orbfont" } "orbimage:0.1.15" = { path = "libs/orbimage" } "orbtk:0.2.19" = { path = "libs/orbtk" } +"pager:0.1.0" = { path = "libs/pager" } +"ransid:0.2.7" = { path = "libs/ransid" } "redox_event:0.1.0" = { path = "libs/event" } "redox_syscall:0.1.17" = { path = "libs/syscall" } +"same-file:0.1.2" = { path = "libs/same-file" } "termion:1.3.0" = { path = "libs/termion" } diff --git a/libs/pager b/libs/pager new file mode 160000 index 0000000..62b01eb --- /dev/null +++ b/libs/pager @@ -0,0 +1 @@ +Subproject commit 62b01eba8299143a1a5a78b36d85ab63251462b3 diff --git a/libs/ransid b/libs/ransid new file mode 160000 index 0000000..20d2db3 --- /dev/null +++ b/libs/ransid @@ -0,0 +1 @@ +Subproject commit 20d2db307bc9926a33f437b688925ba3a37821c2 diff --git a/libs/same-file b/libs/same-file new file mode 160000 index 0000000..d034b7f --- /dev/null +++ b/libs/same-file @@ -0,0 +1 @@ +Subproject commit d034b7f24b4a3eeb56baccbdcbfcdfce95940487