aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
diff options
context:
space:
mode:
authorVivian Lim <[email protected]>2021-02-05 23:09:43 -0800
committerVivian Lim <[email protected]>2021-02-05 23:09:43 -0800
commit1fc377175fff62b26469ab21e70fad728a0337a9 (patch)
tree1771c8e5d672fbf5f38565678ff9639bc4878fe1 /ctr-std/Cargo.toml
parentchanges so that this can build (diff)
downloadarchived-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.toml2
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"