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.
21 lines
407 B
21 lines
407 B
[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.std] |
|
path = "std" |
|
|
|
[dependencies.bitflags] |
|
version = "0.7.0"
|
|
|