You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[workspace]
|
|
|
|
members = ["ctru-rs", "ctru-sys", "ctru-sys/bindgen-ctru-sys"]
|
|
|
|
default-members = ["ctru-rs", "ctru-sys"]
|
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
[patch.'https://github.com/rust3ds/ctru-rs']
|
|
|
|
# Make sure all dependencies use the local packages. This is needed for things
|
|
|
|
# like pthread-3ds that rely on ctru-sys, and test-runner which relies on ctru-rs
|
|
|
|
ctru-rs = { path = "ctru-rs" }
|
|
|
|
ctru-sys = { path = "ctru-sys" }
|