aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/Cargo.toml
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-01-19 01:30:05 -0700
committerFenrir <[email protected]>2017-01-21 17:44:58 -0700
commit08b71a18cd917724ee3d270d49a78e508a176e36 (patch)
treeb5eb42603929957f4bc826942e29b154c863003a /ctru-sys/Cargo.toml
parentUpdate Cargo.toml (diff)
downloadctru-rs-08b71a18cd917724ee3d270d49a78e508a176e36.tar.xz
ctru-rs-08b71a18cd917724ee3d270d49a78e508a176e36.zip
We stdlib now
Diffstat (limited to 'ctru-sys/Cargo.toml')
-rw-r--r--ctru-sys/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml
index 578ee82..fa204ee 100644
--- a/ctru-sys/Cargo.toml
+++ b/ctru-sys/Cargo.toml
@@ -1,5 +1,8 @@
[package]
name = "ctru-sys"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Ronald Kinard <[email protected]>"]
license = "https://en.wikipedia.org/wiki/Zlib_License"
+
+[dependencies]
+ctr-libc = { path = "../ctr-libc", default-features = false }