mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Add more libs
This commit is contained in:
parent
5f40fe6406
commit
072a202e03
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -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
1
libs/pager
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 62b01eba8299143a1a5a78b36d85ab63251462b3
|
||||
1
libs/ransid
Submodule
1
libs/ransid
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 20d2db307bc9926a33f437b688925ba3a37821c2
|
||||
1
libs/same-file
Submodule
1
libs/same-file
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d034b7f24b4a3eeb56baccbdcbfcdfce95940487
|
||||
Loading…
Reference in New Issue
Block a user