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 @@
@@ -1,9 +1,8 @@
|
||||
[workspace] |
||||
members = ["ctru-rs", "ctru-sys"] |
||||
|
||||
[patch.crates-io] |
||||
# We have some changes not in the upstream |
||||
libc = { git = "https://github.com/Meziu/libc.git" } |
||||
[patch.'https://github.com/Meziu/libc'] |
||||
libc = "0.2.121" |
||||
|
||||
[patch.'https://github.com/Meziu/ctru-rs'] |
||||
# Make sure all dependencies use the local ctru-sys package |
||||
|
Loading…
Reference in new issue