summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentc42ea43099e56040b6e9908ec8e76ff492362c93 (diff)
add font rendering
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 83a0c42..68b4a45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -430,6 +430,7 @@ version = "0.1.0"
dependencies = [
"minifb",
"nix 0.30.1",
+ "ttf-parser",
"vte",
"zeno",
]
@@ -555,6 +556,12 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"