diff options
author | Astatin <[email protected]> | 2025-03-12 18:15:09 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-12 18:15:09 +0900 |
commit | 3ac23c20f0d29cfad1963aa117941fb9c2827126 (patch) | |
tree | 500acfe7f7d98e5313de61484524207fc71f8f25 /src/io.rs | |
parent | df5a1c83d8c5d680e1bd4ef1c6793db964ebebea (diff) |
Replace minifb with pixels+winit
Diffstat (limited to 'src/io.rs')
-rw-r--r-- | src/io.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -use crate::serial::Serial; use crate::state::{MemError, Memory}; impl Memory { |