diff options
| author | andromeda <andromeda@lenovo> | 2026-01-17 02:34:22 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-17 02:34:22 +0100 |
| commit | 2235ca230db30a0ee55af786b017a54d5ac842e9 (patch) | |
| tree | d22c4a7a9fc3ca2a06563c42f9db06864c89a5c5 /Cargo.toml | |
| parent | 2fee948de10d28a4b09ac4188d6967373bac5cac (diff) | |
simple key interrupts, add window
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
