From 7ef9d1317b99f3b0693a35246f856462a9bd6ee8 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 17 Jan 2026 17:31:29 +0100 Subject: add font rendering --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6a6f8f..5faf1c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,6 @@ edition = "2024" [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" -- cgit v1.3.1