add font rendering

This commit is contained in:
andromeda
2026-01-17 17:31:29 +01:00
parent c42ea43099
commit 7ef9d1317b
3 changed files with 192 additions and 33 deletions

7
Cargo.lock generated
View File

@@ -430,6 +430,7 @@ version = "0.1.0"
dependencies = [
"minifb",
"nix 0.30.1",
"ttf-parser",
"vte",
"zeno",
]
@@ -554,6 +555,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "ttf-parser"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
[[package]]
name = "unicode-ident"
version = "1.0.22"