Added to readme and fixed include in src/texture.cpp

This commit is contained in:
Rebekah 2022-04-05 15:25:37 -04:00
parent 759d997bbf
commit 170fe7bed1
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5
2 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# 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
@oneechanhax: Maintainer
@thinkingmaster: Contributor
@BenCat07: Contributor
libfreetype libGLEW libpng

View File

@ -6,9 +6,9 @@
#include <cassert> #include <cassert>
#include <cstring> #include <cstring>
#include <glez/glez.hpp> #include <glez/glez.hpp>
#include <glez/picopng/picopng.hpp>
#include <glez/texture.hpp> #include <glez/texture.hpp>
#include <memory> #include <memory>
#include <picopng/picopng.hpp>
#include <vector> #include <vector>
#include <fstream> // required to load the file #include <fstream> // required to load the file