Compare commits

...

1 Commits
master ... main

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

Loading…
Cancel
Save