@ -11,6 +11,3 @@ path = "../ctr-libc"
[dependencies.ctru-sys]
path = "../ctru-sys"
[dependencies.alloc_system]
version = "0.1.1"
@ -2,6 +2,8 @@
[dependencies.rand]
[dependencies.ctr-libc]
path = "../ctr-libc"
stage = 1
@ -1,4 +1,5 @@
#![feature(alloc)]
#![feature(alloc_system)]
#![feature(allow_internal_unstable)]
#![feature(box_syntax)]
#![feature(cfg_target_has_atomic)]