Compare commits

...

1 Commits

Author SHA1 Message Date
xenua 6e02c67a9f
fork: update refs 8 months ago
  1. 7
      Cargo.toml

7
Cargo.toml

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

Loading…
Cancel
Save