simple key interrupts, add window

This commit is contained in:
andromeda
2026-01-17 02:34:22 +01:00
parent 2fee948de1
commit 2235ca230d
3 changed files with 916 additions and 21 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
minifb = "0.28.0"
nix = {default-features = false, features=["term","process","fs"], version="0.30.1"}
nonblock = "0.2.0"
vte = "0.15.0"