Unused imports

mode-320-240
Ryan Kennedy 2020-04-04 23:14:09 -05:00
parent 545c90fee9
commit 0bd4d1a617
2 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,9 @@ use super::{GraphicsWriter, Screen};
use crate::{
colors::DEFAULT_PALETTE,
drawing::{Bresenham, Point},
vga::{Vga, VideoMode, VGA},
vga::{VideoMode, VGA},
};
use font8x8::UnicodeFonts;
use spinning_top::SpinlockGuard;
const WIDTH: usize = 320;
const HEIGHT: usize = 200;

View File

@ -3,10 +3,9 @@ use crate::{
colors::DEFAULT_PALETTE,
drawing::{Bresenham, Point},
registers::PlaneMask,
vga::{Vga, VideoMode, VGA},
vga::{VideoMode, VGA},
};
use font8x8::UnicodeFonts;
use spinning_top::SpinlockGuard;
const WIDTH: usize = 320;
const HEIGHT: usize = 200;