From ad73364ad11ead292a54080c4529f6400d94fe0d Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Mon, 16 Nov 2020 07:52:56 -0800 Subject: [PATCH] tiny_text 1.0.0 (#204) --- index/ti/tiny_text/tiny_text-1.0.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/ti/tiny_text/tiny_text-1.0.0.toml diff --git a/index/ti/tiny_text/tiny_text-1.0.0.toml b/index/ti/tiny_text/tiny_text-1.0.0.toml new file mode 100644 index 00000000..b709a00b --- /dev/null +++ b/index/ti/tiny_text/tiny_text-1.0.0.toml @@ -0,0 +1,18 @@ +name = "tiny_text" +description = "Low resolution bitmap font with a small memory footprint" +version = "1.0.0" + +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]] # 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" +