Browse Source

Change repository link for ctru-sys

pull/20/head
Meziu 2 years ago committed by GitHub
parent
commit
c132988a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.toml

4
Cargo.toml

@ -7,6 +7,6 @@ edition = "2021" @@ -7,6 +7,6 @@ edition = "2021"
[dependencies]
libc = "0.2.116"
ctru-sys = { git = "https://github.com/Meziu/ctru-rs.git" }
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" }
spin = { version = "0.9", default-features = false, features = ["rwlock", "std"] }
static_assertions = "1.0"
static_assertions = "1.0"

Loading…
Cancel
Save