diff options
| author | Vivian Lim <[email protected]> | 2021-02-05 23:09:43 -0800 |
|---|---|---|
| committer | Vivian Lim <[email protected]> | 2021-02-05 23:09:43 -0800 |
| commit | 1fc377175fff62b26469ab21e70fad728a0337a9 (patch) | |
| tree | 1771c8e5d672fbf5f38565678ff9639bc4878fe1 /ctr-std/Cargo.toml | |
| parent | changes so that this can build (diff) | |
| download | archived-ctru-rs-1fc377175fff62b26469ab21e70fad728a0337a9.tar.xz archived-ctru-rs-1fc377175fff62b26469ab21e70fad728a0337a9.zip | |
tweaks to get it to attempt linking
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 3424485..ec682e2 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] -git = "https://github.com/rust3ds/alloc_system3ds" +path = "../../alloc_system3ds" [dependencies.ctru-sys] path = "../ctru-sys" |