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.
|
|
|
[package]
|
|
|
|
authors = ["Ronald Kinard <furyhunter600@gmail.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
description = "A safe wrapper around smealum's ctrulib."
|
|
|
|
license = "https://en.wikipedia.org/wiki/Zlib_License"
|
|
|
|
links = "ctru"
|
|
|
|
name = "ctru-rs"
|
|
|
|
version = "0.5.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["rlib"]
|
|
|
|
name = "ctru"
|
|
|
|
|
|
|
|
[dependencies.ctru-sys]
|
|
|
|
path = "../ctru-sys"
|
|
|
|
|
|
|
|
[dependencies.bitflags]
|
|
|
|
version = "0.7.0"
|
|
|
|
|
|
|
|
[dependencies.widestring]
|
|
|
|
widestring = "0.2.2"
|