Add more libs

This commit is contained in:
Jeremy Soller 2017-04-16 14:50:04 -06:00
parent 5f40fe6406
commit 072a202e03
5 changed files with 15 additions and 0 deletions

9
.gitmodules vendored
View file

@ -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

View file

@ -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" }

1
libs/pager Submodule

@ -0,0 +1 @@
Subproject commit 62b01eba8299143a1a5a78b36d85ab63251462b3

1
libs/ransid Submodule

@ -0,0 +1 @@
Subproject commit 20d2db307bc9926a33f437b688925ba3a37821c2

1
libs/same-file Submodule

@ -0,0 +1 @@
Subproject commit d034b7f24b4a3eeb56baccbdcbfcdfce95940487