13 lines
376 B
TOML
13 lines
376 B
TOML
[package]
|
|
name = "rustty"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = " GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
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"
|