Browse Source
All of our 3DS changes have been upstreamed. If in the future we need to use the fork again, we can edit the top-level Cargo.toml and adjust the patches (replace upstream with fork).pull/54/head
Mark Drobnak
3 years ago
3 changed files with 4 additions and 5 deletions
@ -1,9 +1,8 @@ |
|||||||
[workspace] |
[workspace] |
||||||
members = ["ctru-rs", "ctru-sys"] |
members = ["ctru-rs", "ctru-sys"] |
||||||
|
|
||||||
[patch.crates-io] |
[patch.'https://github.com/Meziu/libc'] |
||||||
# We have some changes not in the upstream |
libc = "0.2.121" |
||||||
libc = { git = "https://github.com/Meziu/libc.git" } |
|
||||||
|
|
||||||
[patch.'https://github.com/Meziu/ctru-rs'] |
[patch.'https://github.com/Meziu/ctru-rs'] |
||||||
# Make sure all dependencies use the local ctru-sys package |
# Make sure all dependencies use the local ctru-sys package |
||||||
|
Loading…
Reference in new issue