mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Don't need to import this macro
This commit is contained in:
parent
e0d68eec15
commit
51de2ffa60
|
@ -3,7 +3,6 @@ use core::fmt::Write;
|
||||||
use crate::{
|
use crate::{
|
||||||
display::{bitmap3::Bitmap3, Font, HEIGHT, WIDTH},
|
display::{bitmap3::Bitmap3, Font, HEIGHT, WIDTH},
|
||||||
fixnum::Vector2D,
|
fixnum::Vector2D,
|
||||||
include_font,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static FONT: Font = include_font!("fnt/ark-pixel-10px-proportional-latin.ttf", 10);
|
static FONT: Font = include_font!("fnt/ark-pixel-10px-proportional-latin.ttf", 10);
|
||||||
|
|
Loading…
Reference in a new issue