Browse Source

Merge pull request #40 from Meziu/fix/duplicate-dependencies

pull/47/head
Meziu 3 years ago committed by GitHub
parent
commit
2ed36b9a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.toml
  2. 1
      ctru-sys/Cargo.toml

8
Cargo.toml

@ -1,2 +1,10 @@
[workspace] [workspace]
members = ["ctru-rs", "ctru-sys"] 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
ctru-sys/Cargo.toml

@ -3,6 +3,7 @@ name = "ctru-sys"
version = "0.4.0" version = "0.4.0"
authors = ["Ronald Kinard <furyhunter600@gmail.com>"] authors = ["Ronald Kinard <furyhunter600@gmail.com>"]
license = "https://en.wikipedia.org/wiki/Zlib_License" license = "https://en.wikipedia.org/wiki/Zlib_License"
links = "ctru"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

Loading…
Cancel
Save