summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-17 17:31:29 +0100
committerandromeda <andromeda@lenovo>2026-01-17 17:31:29 +0100
commit7ef9d1317b99f3b0693a35246f856462a9bd6ee8 (patch)
tree17f97c03f4ce98b6625570df915778e9c9fba776 /Cargo.toml
parentc42ea43099e56040b6e9908ec8e76ff492362c93 (diff)
add font rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"