fzg - oss pixel font, combining fairfax, zlabs and galmuri
1[project]
2name = "fzg"
3version = "0.1.0"
4description = ""
5authors = [{ name = "diaowinner", email = "diaowinner@qq.com" }]
6readme = "README.md"
7requires-python = ">=3.13"
8dependencies = [
9 "fonttools (>=4.59.0, <5.0.0)",
10 "kbitfont (>=0.0.4, <0.1.0)",
11 "pixel-font-builder (>=0.0.37, <0.1.0)",
12]
13
14[tool.poetry]
15packages = [{ include = "tools", from = "." }, { include = "fzg", from = "." }]
16
17[build-system]
18requires = ["poetry-core>=2.0.0,<3.0.0"]
19build-backend = "poetry.core.masonry.api"