Make all client API functions dynamically loaded

This commit is contained in:
Camilla Berglund
2015-08-12 00:59:26 +02:00
parent 84b512c62c
commit 6b8d490249
4 changed files with 24 additions and 9 deletions
+1
View File
@@ -64,6 +64,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
## Changelog
- Made all client API functions dynamically loaded
- Changed minimum required CMake version to 2.8.12
- Replaced GLU with [linmath.h](https://github.com/datenwolf/linmath.h) in
example programs