summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Bartussek <[email protected]>2021-04-21 13:23:01 +0200
committerDario Bartussek <[email protected]>2021-04-21 13:23:01 +0200
commitab04f21be18f48b44bd43a19db352541370f27a5 (patch)
tree3038da55a9c26fdb707f52859cbd9897bbdfd8df /Cargo.toml
parentCustom std can now create threads and panic (diff)
downloadrust_3ds-2.5.1_custom_std.tar.xz
rust_3ds-2.5.1_custom_std.zip
Updated libctru bindingsHEAD2.5.1_custom_std
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2fa275..46d9202 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ panic = "abort"
opt-level = "s"
[dependencies]
-libctru = { git = "https://github.com/dbartussek/libctru-rs.git" }
+libctru = { path = "../libctru" }