mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Clarified dependency list.
This commit is contained in:
parent
7123bcfc3e
commit
20792526c6
17
README.md
17
README.md
@ -35,15 +35,14 @@ guide in the GLFW documentation.
|
||||
|
||||
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:
|
||||
|
||||
- [getopt\_port](https://github.com/kimgr/getopt_port/) for getopt
|
||||
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threading
|
||||
- An OpenGL loader generated by [glad](https://github.com/Dav1dde/glad)
|
||||
- [Khronos extension headers](https://www.opengl.org/registry/) for API
|
||||
extension symbols used by GLFW
|
||||
- [getopt\_port](https://github.com/kimgr/getopt_port/) for examples
|
||||
with command-line options
|
||||
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threaded
|
||||
examples
|
||||
- An OpenGL 3.2 core loader generated by
|
||||
[glad](https://github.com/Dav1dde/glad) for examples using modern OpenGL
|
||||
|
||||
|
||||
## Changelog
|
||||
|
Loading…
Reference in New Issue
Block a user