|
|
|
[package]
|
|
|
|
name = "ctru-sys"
|
|
|
|
version = "22.2.0+2.2.2-1"
|
|
|
|
authors = [ "Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>" ]
|
|
|
|
description = "Raw bindings to libctru"
|
|
|
|
repository = "https://github.com/rust3ds/ctru-rs"
|
|
|
|
keywords = ["3ds", "libctru"]
|
|
|
|
categories = ["os", "external-ffi-bindings", "no-std"]
|
|
|
|
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"
|
|
|
|
cargo-args = ["-Z", "build-std"]
|