From 2235ca230db30a0ee55af786b017a54d5ac842e9 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 17 Jan 2026 02:34:22 +0100 Subject: simple key interrupts, add window --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f282520..6204dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.3.1