|
|
@ -3,12 +3,13 @@ name = "ctru-sys" |
|
|
|
version = "22.2.0+2.2.2-1" |
|
|
|
version = "22.2.0+2.2.2-1" |
|
|
|
authors = [ "Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>" ] |
|
|
|
authors = [ "Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>" ] |
|
|
|
description = "Raw bindings to libctru" |
|
|
|
description = "Raw bindings to libctru" |
|
|
|
|
|
|
|
repository = "https://github.com/rust3ds/ctru-rs" |
|
|
|
keywords = ["3ds", "libctru"] |
|
|
|
keywords = ["3ds", "libctru"] |
|
|
|
categories = ["os", "external-ffi-bindings", "no-std"] |
|
|
|
categories = ["os", "external-ffi-bindings", "no-std"] |
|
|
|
|
|
|
|
exclude = ["bindgen.sh", "src/.gitattributes"] |
|
|
|
license = "Zlib" |
|
|
|
license = "Zlib" |
|
|
|
links = "ctru" |
|
|
|
links = "ctru" |
|
|
|
edition = "2021" |
|
|
|
edition = "2021" |
|
|
|
repository = "https://github.com/rust3ds/ctru-rs" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
[dependencies] |
|
|
|
libc = { version = "0.2.121", default-features = false } |
|
|
|
libc = { version = "0.2.121", default-features = false } |
|
|
|