Browse Source

fork: update refs

main
xenua 2 months ago
parent
commit
6e02c67a9f
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  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