mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
remove unused import
This commit is contained in:
parent
20e588a898
commit
b7150722db
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
extern crate agb;
|
extern crate agb;
|
||||||
use agb::{
|
use agb::{
|
||||||
display::{object::ObjectStandard, tiled0, HEIGHT, WIDTH},
|
display::{object::ObjectStandard, HEIGHT, WIDTH},
|
||||||
input::Button,
|
input::Button,
|
||||||
};
|
};
|
||||||
use core::convert::TryInto;
|
use core::convert::TryInto;
|
||||||
|
|
Loading…
Reference in a new issue