Replace external context and client API headers

This commit is contained in:
Camilla Berglund
2015-08-24 01:27:20 +02:00
parent 0eccf75f65
commit bf7cce25dc
10 changed files with 191 additions and 2362 deletions

View File

@@ -62,6 +62,10 @@ GLFW bundles a number of dependencies in the `deps/` directory.
## Changelog
- Added `GLFW_TRUE` and `GLFW_FALSE` as client API independent boolean values
- Removed dependency on external OpenGL or OpenGL ES headers
- [WGL] Removed dependency on external WGL headers
- [GLX] Removed dependency on external GLX headers
- [EGL] Removed dependency on external EGL headers
## Contact