From 3ac23c20f0d29cfad1963aa117941fb9c2827126 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 12 Mar 2025 18:15:09 +0900 Subject: Replace minifb with pixels+winit --- src/io.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/io.rs') diff --git a/src/io.rs b/src/io.rs index f426222..935109b 100644 --- a/src/io.rs +++ b/src/io.rs @@ -1,4 +1,3 @@ -use crate::serial::Serial; use crate::state::{MemError, Memory}; impl Memory { -- cgit v1.2.3-70-g09d2