Rust wrapper for libctru
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
374 B

10 years ago
[package]
name = "ctru-rs"
version = "0.2.0"
10 years ago
description = "A safe wrapper around smealum's ctrulib."
authors = ["Ronald Kinard <furyhunter600@gmail.com>", "FenrirWolf <fenrirwolf@gmail.com>"]
10 years ago
links = "ctru"
build = "build.rs"
license = "https://en.wikipedia.org/wiki/Zlib_License"
10 years ago
[lib]
name = "ctru"
crate-type = ["rlib"]
[dependencies]
ctru-sys = { path = "ctru-sys" }