aboutsummaryrefslogtreecommitdiff
path: root/ctru-rs/Cargo.toml
blob: 3ac66d178f8484e58699b1d1271ac8c131fec378 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
authors = ["Ronald Kinard <[email protected]>"]
description = "A safe wrapper around smealum's ctrulib."
license = "https://en.wikipedia.org/wiki/Zlib_License"
name = "ctru-rs"
version = "0.7.1"

[lib]
crate-type = ["rlib"]
name = "ctru"

[dependencies.ctru-sys]
path = "../ctru-sys"
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.bitflags]
version = "1.0.0"

[dependencies.widestring]
version = "0.2.2"