From 0743ab5b502a05e33253e9da16c4465d4eee6977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 5 Dec 2013 18:19:15 +0100 Subject: [PATCH] We don't need no GLEW. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b927853e1..df4213487 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,6 @@ Minimal dependencies >= 3.1. On Windows you can use **MinGW**, Visual Studio compiler still lacks some needed features. * **CMake** >= 2.8.8 -* **GLEW** - OpenGL extension wrangler (only if targeting desktop OpenGL) * **Corrade** - Plugin management and utility library. You can get it at https://github.com/mosra/corrade.