add first iteration font and print functions

This commit is contained in:
2021-12-01 09:08:21 +01:00
parent 8695a222f0
commit 1cc480cd48
12 changed files with 232 additions and 11 deletions

View File

@@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
curlywas = { git="https://github.com/exoticorn/curlywas.git", rev="c0140d0" }
uw8-tool = { path="../uw8-tool" }
anyhow = "1"
anyhow = "1"
lodepng = "3.4"