aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFenrir <[email protected]>2016-09-21 23:45:35 -0700
committerFenrir <[email protected]>2016-09-21 23:45:35 -0700
commit6c178aa1da4864377ccdf79a9e83428b68ebbddc (patch)
tree6a5c16e97ff57c99b87b64b617cc383109f6cf9f /src
parentAdd read_to_end function (diff)
downloadctru-rs-6c178aa1da4864377ccdf79a9e83428b68ebbddc.tar.xz
ctru-rs-6c178aa1da4864377ccdf79a9e83428b68ebbddc.zip
Add alloc_system dependency
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7fa8597..14702af 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -13,6 +13,7 @@
#![crate_name = "ctru"]
extern crate alloc;
+extern crate alloc_system;
extern crate collections;
extern crate rustc_unicode;