aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorValentin <[email protected]>2018-05-07 15:37:58 +0200
committerGitHub <[email protected]>2018-05-07 15:37:58 +0200
commita3895d6cf1145e61823db683ba079b5da5607166 (patch)
tree536d39d5825f72bb078195cb471256014cf4da7b /ctr-std
parentUpdate for latest nightly 2018-05-06 (diff)
downloadctru-rs-a3895d6cf1145e61823db683ba079b5da5607166.tar.xz
ctru-rs-a3895d6cf1145e61823db683ba079b5da5607166.zip
Fixes Cargo.toml
Diffstat (limited to 'ctr-std')
-rw-r--r--ctr-std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml
index ec682e2..3424485 100644
--- a/ctr-std/Cargo.toml
+++ b/ctr-std/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.0.0"
license = "MIT/Apache 2.0"
[dependencies.alloc_system]
-path = "../../alloc_system3ds"
+git = "https://github.com/rust3ds/alloc_system3ds"
[dependencies.ctru-sys]
path = "../ctru-sys"