summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-17 02:34:22 +0100
committerandromeda <andromeda@lenovo>2026-01-17 02:34:22 +0100
commit2235ca230db30a0ee55af786b017a54d5ac842e9 (patch)
treed22c4a7a9fc3ca2a06563c42f9db06864c89a5c5 /Cargo.toml
parent2fee948de10d28a4b09ac4188d6967373bac5cac (diff)
simple key interrupts, add window
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"