xenua
8 months ago
1 changed files with 6 additions and 3 deletions
@ -1,12 +1,15 @@ |
|||||||
[package] |
[package] |
||||||
name = "pthread-3ds" |
name = "pthread-3ds" |
||||||
authors = [ "Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>" ] |
authors = ["Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>"] |
||||||
version = "0.1.0" |
version = "0.1.0" |
||||||
license = "MIT OR Apache-2.0" |
license = "MIT OR Apache-2.0" |
||||||
edition = "2021" |
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…
Reference in new issue