From e6577dbd7abd760872c93a9349a79feac3cb9aaf Mon Sep 17 00:00:00 2001 From: RodrigoDornelles Date: Thu, 10 Oct 2024 20:17:44 -0300 Subject: [PATCH] ci: prepare as a arduino library --- .gitignore | 1 + library.properties | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 library.properties diff --git a/.gitignore b/.gitignore index 493237a..e289fce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.out *.exe +*.zip ascii segments html/ diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..aa7917d --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name = gly type render +version = 0.0.7 +author = Rodrigo Dornelles +maintainer = Rodrigo Dornelles +sentence = a ultra lightweight font renderer and font. +paragraph = use this with any GUI interface including TUI. +category = Other +url = https://gamelly.github.io/gly-type +architectures = * +includes = gly_type_render.h