|
|
|
@ -9,10 +9,10 @@ gdb = []
@@ -9,10 +9,10 @@ gdb = []
|
|
|
|
|
socket = [] |
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
|
ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" } |
|
|
|
|
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs" } |
|
|
|
|
ctru-rs = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } |
|
|
|
|
ctru-sys = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } |
|
|
|
|
libc = "0.2.147" |
|
|
|
|
|
|
|
|
|
# Future-proofing for a rename + org move: |
|
|
|
|
[patch."https://github.com/rust3ds/test-runner"] |
|
|
|
|
[patch."https://git.xenua.me/rust3ds/test-runner"] |
|
|
|
|
test-runner = { path = "." } |
|
|
|
|