diff options
| author | andromeda <andromeda@lenovo> | 2026-01-17 17:31:29 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-17 17:31:29 +0100 |
| commit | 7ef9d1317b99f3b0693a35246f856462a9bd6ee8 (patch) | |
| tree | 17f97c03f4ce98b6625570df915778e9c9fba776 /Cargo.toml | |
| parent | c42ea43099e56040b6e9908ec8e76ff492362c93 (diff) | |
add font rendering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
