summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Bartussek <[email protected]>2021-04-19 13:50:42 +0200
committerDario Bartussek <[email protected]>2021-04-19 13:50:42 +0200
commit1f8f4e05410df148b7f3c3fd35f85c9b37d0401f (patch)
tree02f04335c9c2a9497b9c4a7113e0d1338194d674 /Cargo.toml
parentMerge branch '2_3ds_exe' of https://github.com/dbartussek/rust_3ds into 2_3ds... (diff)
downloadrust_3ds-2.5_libctru.tar.xz
rust_3ds-2.5_libctru.zip
Simple hello world program using libctru2.5_libctru
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d2f3dd..e2fa275 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,9 @@ authors = ["Dario Bartussek <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
+[lib]
+crate-type = ["staticlib"]
+
[profile.dev]
panic = "abort"
opt-level = "s"
@@ -13,7 +16,5 @@ opt-level = "s"
panic = "abort"
opt-level = "s"
-[build-dependencies]
-cc = "1.0.67"
-
[dependencies]
+libctru = { git = "https://github.com/dbartussek/libctru-rs.git" }