Browse Source

Merge pull request #2 from FenrirWolf/nightly-update-patch

Use alloc_system3ds again
pull/10/head
panicbit 8 years ago committed by GitHub
parent
commit
9ce04f4092
  1. 4
      ctr-std/Cargo.toml

4
ctr-std/Cargo.toml

@ -6,6 +6,10 @@ license = "MIT/Apache 2.0" @@ -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

Loading…
Cancel
Save