@ -12,7 +12,7 @@ use ctru::services::hid::KeyPad;
use ctru::services::{Apt, Hid};
use ctru::Gfx;
use futures::StreamExt;
use std::os::horizon::thread::ThreadBuilderExt;
use std::os::horizon::thread::BuilderExt;
fn main() {
ctru::init();
@ -5,7 +5,7 @@ use ctru::services::hid::KeyPad;
use ctru::services::ps::Ps;
use std::time::Duration;
@ -4,7 +4,7 @@ use ctru::console::Console;
use ctru::gfx::Gfx;
use ctru::services::apt::Apt;
use ctru::services::hid::{Hid, KeyPad};
@ -6,7 +6,7 @@ use ctru::console::Console;
use std::cell::RefCell;
std::thread_local! {
static MY_LOCAL: RefCell<&'static str> = RefCell::new("initial value");