|
|
@ -1,12 +1,8 @@ |
|
|
|
#![feature(lang_items, alloc, collections, macro_reexport, allow_internal_unstable)] |
|
|
|
#![feature(lang_items)] |
|
|
|
#![no_std] |
|
|
|
#![no_std] |
|
|
|
#![crate_type = "rlib"] |
|
|
|
#![crate_type = "rlib"] |
|
|
|
#![crate_name = "ctru"] |
|
|
|
#![crate_name = "ctru"] |
|
|
|
|
|
|
|
|
|
|
|
extern crate alloc; |
|
|
|
|
|
|
|
#[macro_reexport(format, vec)] |
|
|
|
|
|
|
|
extern crate collections; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern crate ctru_sys as libctru; |
|
|
|
extern crate ctru_sys as libctru; |
|
|
|
|
|
|
|
|
|
|
|
pub mod console; |
|
|
|
pub mod console; |
|
|
|