From 408ccd43e6012c5f8898e86a481cb188ac1d6239 Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Wed, 15 Jan 2025 08:42:48 -0800 Subject: [PATCH] tiny_text 1.5.1 --- index/ti/tiny_text/tiny_text-1.5.1.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/ti/tiny_text/tiny_text-1.5.1.toml diff --git a/index/ti/tiny_text/tiny_text-1.5.1.toml b/index/ti/tiny_text/tiny_text-1.5.1.toml new file mode 100644 index 000000000..41a5f516e --- /dev/null +++ b/index/ti/tiny_text/tiny_text-1.5.1.toml @@ -0,0 +1,18 @@ +name = "tiny_text" +description = "Low resolution bitmap font with a small memory footprint" +version = "1.5.1" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] +licenses = "MIT" +website = ["https://github.com/JeremyGrosser/tiny_text"] +tags = ["font", "hal", "bitmap", "text"] + +[[depends-on]] +hal = "^1" + +[origin] +commit = "afa181ba9c0e463d093af40f0817153cdbf80344" +url = "git+https://github.com/JeremyGrosser/tiny_text" +