small software-rendered rust tty
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,10 +6,11 @@ edition = "2024" [dependencies] anstream = "0.6.18" anyhow = "1.0.98" -ctlfun = { git = "https://git.buny.computer/lambda/ctlfun.git", version = "0.1.0" } -fontdue = "0.9.3" +ctlfun = { git = "https://github.com/bend-n/ctlfun" } +fimg = "0.4.44" implicit-fn = "0.1.0" libc = "0.2.172" minifb = "0.28.0" nix = { version = "0.30.1", features = ["process", "term"] } parking_lot = "0.12.3" +swash = "0.2.4" |