[package] name = "ctru-sys" version = "22.2.0+2.2.2-1" authors = [ "Rust3DS Org", "Ronald Kinard " ] description = "Raw bindings to libctru" repository = "https://github.com/rust3ds/ctru-rs" keywords = ["3ds", "libctru"] categories = ["os", "external-ffi-bindings", "no-std", "hardware-support"] exclude = ["bindgen.sh", "src/.gitattributes"] license = "Zlib" links = "ctru" edition = "2021" [dependencies] libc = { version = "0.2.121", default-features = false } [build-dependencies] which = "4.4.0" [package.metadata.docs.rs] default-target = "armv6k-nintendo-3ds" targets = [] cargo-args = ["-Z", "build-std"]