aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorpanicbit <[email protected]>2017-07-19 07:52:07 +0200
committerGitHub <[email protected]>2017-07-19 07:52:07 +0200
commit9ce04f40920efb2d441769bc667bb0edb7a653f6 (patch)
treed3dae31a3c9f7873a8007c04b278c090d4c86010 /ctr-std
parentMerge branch 'master' into nightly_update (diff)
parentUse alloc_system3ds again (diff)
downloadctru-rs-9ce04f40920efb2d441769bc667bb0edb7a653f6.tar.xz
ctru-rs-9ce04f40920efb2d441769bc667bb0edb7a653f6.zip
Merge pull request #2 from FenrirWolf/nightly-update-patch
Use alloc_system3ds again
Diffstat (limited to 'ctr-std')
-rw-r--r--ctr-std/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml
index 97f1c6a..ebb6124 100644
--- a/ctr-std/Cargo.toml
+++ b/ctr-std/Cargo.toml
@@ -6,6 +6,10 @@ license = "MIT/Apache 2.0"
[dependencies.compiler_builtins]
git = "https://github.com/rust-lang-nursery/compiler-builtins"
+[dependencies.alloc_system]
+git = "https://github.com/FenrirWolf/alloc_system3ds/"
+branch = "new-allocator"
+
[dependencies.libc]
version = "0.2"
default-features = false