aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/Cargo.toml
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-01-24 19:25:43 -0700
committerFenrir <[email protected]>2017-01-24 19:31:03 -0700
commitab1a10517498d86474f7e2385160cb25c0add531 (patch)
treef00df2a7fd3b3bb3aa4c680d7aaba941e1509538 /ctru-sys/Cargo.toml
parentBring in all the crates (diff)
downloadctru-rs-ab1a10517498d86474f7e2385160cb25c0add531.tar.xz
ctru-rs-ab1a10517498d86474f7e2385160cb25c0add531.zip
ctr-libc: remove conditional dependency on std
I'd thought that it would be necessary for implementing features such as the std::os::raw types in ctr-std, but I do not believe that that is the case.
Diffstat (limited to 'ctru-sys/Cargo.toml')
-rw-r--r--ctru-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml
index fa204ee..99e347b 100644
--- a/ctru-sys/Cargo.toml
+++ b/ctru-sys/Cargo.toml
@@ -5,4 +5,4 @@ authors = ["Ronald Kinard <[email protected]>"]
license = "https://en.wikipedia.org/wiki/Zlib_License"
[dependencies]
-ctr-libc = { path = "../ctr-libc", default-features = false }
+ctr-libc = { path = "../ctr-libc" }