Add more replacements
This commit is contained in:
parent
054e1edbc9
commit
5f40fe6406
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -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
|
||||
|
|
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
1
libs/event
Submodule
1
libs/event
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 285c93417cca031aea34a81d79d32c5b13f0af6c
|
1
libs/extra
Submodule
1
libs/extra
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 402932084acd5fef4812945887ceaaa2ddd5f264
|
1
libs/syscall
Submodule
1
libs/syscall
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 863080967dfee40e0a0c74936e43e79161e0aa6e
|
Loading…
Reference in a new issue