aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/Cargo.toml
blob: 4d1d0cfa84350ecaa1be456ee47ed7a6de6254ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ctru-sys"
version = "0.4.0"
authors = ["Ronald Kinard <[email protected]>"]
license = "https://en.wikipedia.org/wiki/Zlib_License"

[dependencies.libc]
version = "0.2"
default-features = false
optional = true

[features]
default = ["libc"]

# This is a dummy feature that only exists to work around a Xargo issue.
# User code should not enable it.
stdbuild = []