Starts adding fontplate for VGA

This commit is contained in:
2025-11-13 10:26:37 +01:00
parent 3044a54a09
commit 7bc23ce211
7 changed files with 170 additions and 5 deletions

View File

@@ -7,6 +7,8 @@ edition = "2024"
proc-macro = true
[dependencies]
image = "0.25.5"
regex = "1.11.1"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }