mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Blurb nomenclature fix.
This commit is contained in:
parent
0cd31782d4
commit
c1446618cf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
GLFW is a free, Open Source, portable library for OpenGL and OpenGL ES
|
GLFW is a free, Open Source, multi-platform library for OpenGL and OpenGL ES
|
||||||
application development. It provides a simple, platform-independent API for
|
application development. It provides a simple, platform-independent API for
|
||||||
creating windows and contexts, reading input, handling events, etc.
|
creating windows and contexts, reading input, handling events, etc.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ includedir=${prefix}/include
|
|||||||
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
||||||
|
|
||||||
Name: GLFW
|
Name: GLFW
|
||||||
Description: A portable library for OpenGL, window and input
|
Description: A multi-platform library for OpenGL, window and input
|
||||||
Version: @GLFW_VERSION_FULL@
|
Version: @GLFW_VERSION_FULL@
|
||||||
URL: http://www.glfw.org/
|
URL: http://www.glfw.org/
|
||||||
Requires.private: @GLFW_PKG_DEPS@
|
Requires.private: @GLFW_PKG_DEPS@
|
||||||
|
Loading…
Reference in New Issue
Block a user