Module fix

pull/11/head
able 2023-09-09 02:34:29 -05:00
parent 00d09b2c5f
commit 86614a0af6
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
use {limine::NonNullPtr};
use {
crate::{kmain::DEVICE_TREE},
crate::kmain::DEVICE_TREE,
able_graphics_library::raw_pixel::Display,
embedded_graphics::{pixelcolor::Rgb888, prelude::*},
limine::{Framebuffer, FramebufferRequest},
limine::{Framebuffer, FramebufferRequest, NonNullPtr},
spin::{Lazy, Mutex},
};