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.
18 lines
366 B
18 lines
366 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.2.1" |
|
|
|
[dependencies] |
|
rcstring = "0.2.1" |
|
|
|
[dependencies.ctru-sys] |
|
path = "ctru-sys" |
|
|
|
[lib] |
|
crate-type = ["rlib"] |
|
name = "ctru"
|
|
|