mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added dependency section to readme.
This commit is contained in:
parent
fc92c5cc73
commit
2733cce8ff
15
README.md
15
README.md
@ -28,6 +28,21 @@ See the
|
|||||||
guide in the GLFW documentation.
|
guide in the GLFW documentation.
|
||||||
|
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
GLFW bundles a number of dependencies in the `deps/` directory.
|
||||||
|
|
||||||
|
The following dependencies are needed by GLFW:
|
||||||
|
|
||||||
|
- [Khronos extension headers](https://www.opengl.org/registry/)
|
||||||
|
|
||||||
|
The following dependencies are needed by the examples and test programs:
|
||||||
|
|
||||||
|
- [Free Getopt](http://freegetopt.sourceforge.net/) for getopt
|
||||||
|
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threading
|
||||||
|
- An OpenGL loader generated by [glad](https://github.com/Dav1dde/glad)
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- [Cocoa] Bugfix: Using a 1x1 cursor for hidden mode caused some screen
|
- [Cocoa] Bugfix: Using a 1x1 cursor for hidden mode caused some screen
|
||||||
|
Loading…
Reference in New Issue
Block a user