summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index edcefc9..5bc1a10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"