From ac6f80385c8aabd775b7f71350f90fa2e1a7b456 Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Tue, 5 Apr 2022 15:18:20 -0400 Subject: [PATCH] Edited readme and moved picopng out of include --- readme.md | 11 ++++++++--- {include/glez => src}/picopng/picopng.hpp | 0 2 files changed, 8 insertions(+), 3 deletions(-) rename {include/glez => src}/picopng/picopng.hpp (100%) diff --git a/readme.md b/readme.md index a065ec2..60da766 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,10 @@ -# Installation +# Libglez -## Requirements +Libglez is a library for drawing primitives with opengl! + +This library requires freetype-gl to be patched with ftgl-vertex-attribute.patch. + +### Credits + +nullifiedcat: original creator <3 -libfreetype libGLEW libpng diff --git a/include/glez/picopng/picopng.hpp b/src/picopng/picopng.hpp similarity index 100% rename from include/glez/picopng/picopng.hpp rename to src/picopng/picopng.hpp