render: draw the grid with rasterized glyphs

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6350824abb506c2af98884a7374228116a6a6964
This commit is contained in:
raf 2026-06-23 16:57:49 +03:00
commit 5690e0e883
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
9 changed files with 768 additions and 24 deletions

View file

@ -11,6 +11,8 @@ readme = true
anyhow = "1.0.102"
calloop = "0.14.4"
calloop-wayland-source = "0.4.1"
fontconfig = "0.11.0"
freetype-rs = "0.38.0"
pound = "0.1.6"
rustix = { version = "1.1.4", features = [
"pty",
@ -20,6 +22,7 @@ rustix = { version = "1.1.4", features = [
"fs",
] }
smithay-client-toolkit = "0.20.0"
thiserror = "2.0.18"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
unicode-width = "0.2.2"