893ec65679
* 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. * Don't fail fast
19 lines
566 B
TOML
19 lines
566 B
TOML
name = "tiny_text"
|
|
description = "Low resolution bitmap font with a small memory footprint"
|
|
version = "1.0.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]] # This line was added by `alr with`
|
|
hal = "*" # This line was added by `alr with`
|
|
|
|
[origin]
|
|
commit = "f072a0c3f9cf6ea9d81cb26a05d3462c7f2d82f6"
|
|
url = "git+https://github.com/JeremyGrosser/tiny_text.git"
|
|
|