Compare commits

..

No commits in common. 'main' and 'master' have entirely different histories.
main ... master

  1. 7
      Cargo.toml

7
Cargo.toml

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

Loading…
Cancel
Save