summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: edcefc98a2f35a75bea3694e3f473c4941eb7058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rustty"
version = "0.1.0"
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"}
ttf-parser = "0.25.1"
vte = "0.15.0"
zeno = "0.3.3"