Browse Source

Add alloc_system dependency

pull/10/head
Fenrir 8 years ago
parent
commit
6c178aa1da
  1. 3
      Cargo.toml
  2. 1
      src/lib.rs

3
Cargo.toml

@ -10,6 +10,9 @@ version = "0.4.0"
[dependencies.ctru-sys] [dependencies.ctru-sys]
path = "ctru-sys" path = "ctru-sys"
[dependencies.alloc_system3ds]
git = "https://github.com/rust3ds/alloc_system3ds"
[lib] [lib]
crate-type = ["rlib"] crate-type = ["rlib"]
name = "ctru" name = "ctru"

1
src/lib.rs

@ -13,6 +13,7 @@
#![crate_name = "ctru"] #![crate_name = "ctru"]
extern crate alloc; extern crate alloc;
extern crate alloc_system;
extern crate collections; extern crate collections;
extern crate rustc_unicode; extern crate rustc_unicode;

Loading…
Cancel
Save