diff options
| author | Valentin <[email protected]> | 2018-05-07 15:37:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-07 15:37:58 +0200 |
| commit | a3895d6cf1145e61823db683ba079b5da5607166 (patch) | |
| tree | 536d39d5825f72bb078195cb471256014cf4da7b /ctr-std | |
| parent | Update for latest nightly 2018-05-06 (diff) | |
| download | ctru-rs-a3895d6cf1145e61823db683ba079b5da5607166.tar.xz ctru-rs-a3895d6cf1145e61823db683ba079b5da5607166.zip | |
Fixes Cargo.toml
Diffstat (limited to 'ctr-std')
| -rw-r--r-- | ctr-std/Cargo.toml | 2 |
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" |