From a3895d6cf1145e61823db683ba079b5da5607166 Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 7 May 2018 15:37:58 +0200 Subject: [PATCH] Fixes Cargo.toml --- ctr-std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"