diff options
| author | Fenrir <[email protected]> | 2017-07-07 11:39:39 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-07 12:38:43 -0600 |
| commit | eec80b496b8de2ee332b4ae04fbe00c7c93525b3 (patch) | |
| tree | f809316596ccf906c46c420c72fadbc568db871f /ctr-libc/Cargo.toml | |
| parent | Merge pull request #30 from kentaromiura/compile_again (diff) | |
| download | archived-ctru-rs-eec80b496b8de2ee332b4ae04fbe00c7c93525b3.tar.xz archived-ctru-rs-eec80b496b8de2ee332b4ae04fbe00c7c93525b3.zip | |
Use libc from crates.io
The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
Diffstat (limited to 'ctr-libc/Cargo.toml')
| -rw-r--r-- | ctr-libc/Cargo.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ctr-libc/Cargo.toml b/ctr-libc/Cargo.toml deleted file mode 100644 index 5bc4c6b..0000000 --- a/ctr-libc/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -name = "ctr-libc" -version = "0.1.0" -authors = ["Fenrir <[email protected]>", "The Rust Project Developers"] -license = "MIT/Apache 2.0" - -description = """ -A library for types and bindings to native C functions found in newlib -for devkitARM -""" - -[features] -default = ["use_std"] -use_std = [] |