1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00
(cherry picked from commit 7e03bce138)
This commit is contained in:
Camilla Löwy 2019-12-10 20:10:12 +01:00
parent 39c5e90d94
commit 2b1e2d2e49

View File

@ -88,7 +88,7 @@ in the documentation for more information.
GLFW itself depends only on the headers and libraries for your window system. GLFW itself depends only on the headers and libraries for your window system.
The (experimental) Wayland backend also depends on the `extra-cmake-modules` The (experimental) Wayland backend also depends on the `extra-cmake-modules`
package, which is used to generated Wayland protocol headers. package, which is used to generate Wayland protocol headers.
The examples and test programs depend on a number of tiny libraries. These are The examples and test programs depend on a number of tiny libraries. These are
located in the `deps/` directory. located in the `deps/` directory.