diff options
Diffstat (limited to 'ctr-std/Cargo.toml')
| -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" |