From a557d6417c7a5b4c57bf7612d692dea7f456399c Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 31 Oct 2016 17:33:36 +0100 Subject: [PATCH] Forgot OpenGL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9527d11b..d6d66853 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ winit = "0.5" ## Usage -Winit is an OpenGL window creation and management library. It can create windows and lets you -handle events (for example: the window being resized, a key being pressed, a mouse mouvement, etc.) +Winit is a window creation and management library. It can create windows and lets you handle +events (for example: the window being resized, a key being pressed, a mouse mouvement, etc.) produced by window. Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to