Skip to content

Commit

Permalink
Merge pull request #40 from Meziu/fix/duplicate-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu authored Feb 3, 2022
2 parents 77f673e + 82eded0 commit 2ed36b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[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/ctru-rs']
# Make sure all dependencies use the local ctru-sys package
ctru-sys = { path = "ctru-sys" }
1 change: 1 addition & 0 deletions ctru-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "ctru-sys"
version = "0.4.0"
authors = ["Ronald Kinard <furyhunter600@gmail.com>"]
license = "https://en.wikipedia.org/wiki/Zlib_License"
links = "ctru"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 2ed36b9

Please sign in to comment.