Skip to content

Commit

Permalink
Use the git version of ctru-rs and the fork of libc (avoid two versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Feb 3, 2022
1 parent a3abfce commit e16453c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ members = ["n3ds-controller-client", "n3ds-controller-server"]

[profile.release]
debug = 1

[patch.crates-io]
libc = { git = "https://github.com/Meziu/libc" }
2 changes: 1 addition & 1 deletion n3ds-controller-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors = ["Mark Drobnak <mark.drobnak@gmail.com>"]
description = "Use the 3DS as a controller for PC games. This is the client side which runs on the 3DS."

[dependencies]
ctru-rs = { path = "../../ctru-rs/ctru-rs" }
ctru-rs = { git = "https://github.com/Meziu/ctru-rs" }

0 comments on commit e16453c

Please sign in to comment.