mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Forgot OpenGL
This commit is contained in:
parent
2896ed889b
commit
a557d6417c
|
@ -16,8 +16,8 @@ winit = "0.5"
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Winit is an OpenGL window creation and management library. It can create windows and lets you
|
Winit is a window creation and management library. It can create windows and lets you handle
|
||||||
handle events (for example: the window being resized, a key being pressed, a mouse mouvement, etc.)
|
events (for example: the window being resized, a key being pressed, a mouse mouvement, etc.)
|
||||||
produced by window.
|
produced by window.
|
||||||
|
|
||||||
Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to
|
Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to
|
||||||
|
|
Loading…
Reference in a new issue