diff --git a/README.md b/README.md index e891dd5a..5c6e3bd6 100644 --- a/README.md +++ b/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