diff options
| author | Fenrir <[email protected]> | 2017-01-24 19:25:43 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-01-24 19:31:03 -0700 |
| commit | ab1a10517498d86474f7e2385160cb25c0add531 (patch) | |
| tree | f00df2a7fd3b3bb3aa4c680d7aaba941e1509538 /ctru-sys/Cargo.toml | |
| parent | Bring in all the crates (diff) | |
| download | ctru-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.toml | 2 |
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" } |