Added to readme and fixed include in src/texture.cpp
This commit is contained in:
parent
759d997bbf
commit
170fe7bed1
14
readme.md
14
readme.md
@ -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
|
||||
|
@ -6,9 +6,9 @@
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <glez/glez.hpp>
|
||||
#include <glez/picopng/picopng.hpp>
|
||||
#include <glez/texture.hpp>
|
||||
#include <memory>
|
||||
#include <picopng/picopng.hpp>
|
||||
#include <vector>
|
||||
|
||||
#include <fstream> // required to load the file
|
||||
|
Loading…
x
Reference in New Issue
Block a user