aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/Cargo.toml
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-06-06 15:05:51 -0600
committerFenrir <[email protected]>2017-07-10 11:30:57 -0600
commitcf1f07558a28aa00bc67b515863807a7639bc5b0 (patch)
treeb12018e5ec772499911b965af5ff191dee71c2a2 /ctru-sys/Cargo.toml
parentMerge pull request #32 from FenrirWolf/libc-update (diff)
downloadctru-rs-cf1f07558a28aa00bc67b515863807a7639bc5b0.tar.xz
ctru-rs-cf1f07558a28aa00bc67b515863807a7639bc5b0.zip
Use bindgen for ctru_sys bindings
Diffstat (limited to 'ctru-sys/Cargo.toml')
-rw-r--r--ctru-sys/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml
index 38eeca8..b78e6b7 100644
--- a/ctru-sys/Cargo.toml
+++ b/ctru-sys/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "ctru-sys"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Ronald Kinard <[email protected]>"]
license = "https://en.wikipedia.org/wiki/Zlib_License"
+links = "ctru"
[dependencies.libc]
version = "0.2"