First draft of SVG font for emulator

This commit is contained in:
Stefan Bethke 2025-05-31 22:47:03 +02:00
commit e57e07c983
12 changed files with 1342 additions and 118 deletions

View file

@ -9,7 +9,9 @@ readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"pyfis (>=1.13.0,<2.0.0)",
"pillow (>=11.2.1,<12.0.0)"
"pillow (>=11.2.1,<12.0.0)",
"bottle (>=0.13.3,<0.14.0)",
"bottle-websocket (>=0.2.9,<0.3.0)"
]