diff options
| author | andromeda <andromeda@lenovo> | 2026-01-18 02:25:58 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-18 02:25:58 +0100 |
| commit | b3e784fa97f68e2e458c632b57d71d89d061d675 (patch) | |
| tree | dda02239148d18599b8cdc0c574f7884f76a141d /Cargo.toml | |
| parent | 7ef6196f10997f65273782ca71484bbfe1b77d64 (diff) | |
bump minifb, add shift and ctrl and so, use execve
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ edition = "2024" license = " GPL-3.0-or-later" [dependencies] -minifb = "0.28.0" -nix = {default-features = false, features=["term","process","fs"], version="0.30.1"} +minifb = { version = "0.28.0", default-features = false, features = ["x11"], git = "https://github.com/emoon/rust_minifb" } +nix = { version = "0.30.1", default-features = false, features = ["term", "process", "fs"] } ttf-parser = "0.25.1" vte = "0.15.0" zeno = "0.3.3" |
