Browse Source

Update ctru-rs/Cargo.toml

Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com>
pull/23/head^2
Ian Chamberlain 3 years ago committed by GitHub
parent
commit
5502758255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/Cargo.toml

2
ctru-rs/Cargo.toml

@ -15,6 +15,6 @@ ctru-sys = { path = "../ctru-sys", version = "0.4" }
const-zero = "0.1.0" const-zero = "0.1.0"
linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" } linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" }
pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" } pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" }
libc = { version = "0.2" } libc = "0.2"
bitflags = "1.0.0" bitflags = "1.0.0"
widestring = "0.2.2" widestring = "0.2.2"

Loading…
Cancel
Save