Module fix
This commit is contained in:
parent
54844b46a0
commit
c16c235c95
|
@ -1,10 +1,8 @@
|
||||||
use {limine::NonNullPtr};
|
|
||||||
|
|
||||||
use {
|
use {
|
||||||
crate::{kmain::DEVICE_TREE},
|
crate::kmain::DEVICE_TREE,
|
||||||
able_graphics_library::raw_pixel::Display,
|
able_graphics_library::raw_pixel::Display,
|
||||||
embedded_graphics::{pixelcolor::Rgb888, prelude::*},
|
embedded_graphics::{pixelcolor::Rgb888, prelude::*},
|
||||||
limine::{Framebuffer, FramebufferRequest},
|
limine::{Framebuffer, FramebufferRequest, NonNullPtr},
|
||||||
spin::{Lazy, Mutex},
|
spin::{Lazy, Mutex},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue