public display

master
Able 2023-05-06 04:37:34 -05:00
parent f5c3852ade
commit 59e723a6f1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ mod arch;
use alloc::vec::Vec;
use arch::x86::Display;
pub use arch::x86::Display;
pub struct Color {
r: u8,