Files
alire-index-community/index/ti/tiny_text/tiny_text-1.3.0.toml
T
Alejandro R Mosteo d147a28d4a fix: improper syntax that will be rejected post-2.1 (#1417)
We had a missing check in index loading logic that should have rejected an unexpected array.
2025-03-19 22:42:42 +01:00

19 lines
497 B
TOML

name = "tiny_text"
description = "Low resolution bitmap font with a small memory footprint"
version = "1.3.0"
authors = ["Jeremy Grosser"]
maintainers = ["Jeremy Grosser <jeremy@synack.me>"]
maintainers-logins = ["JeremyGrosser"]
licenses = "MIT"
website = "https://github.com/JeremyGrosser/tiny_text"
tags = ["font", "hal", "bitmap", "text"]
[[depends-on]]
hal = "~0.3.0"
[origin]
commit = "a249a2d12f50c459f288595b734029beb9ef6251"
url = "git+https://github.com/JeremyGrosser/tiny_text.git"