From 5612defeba279c2f80b6680641e1cae12c4548f9 Mon Sep 17 00:00:00 2001 From: faiface Date: Thu, 19 Oct 2017 21:34:09 +0200 Subject: [PATCH] README: mention OpenGL version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80496a6..7fee567 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ possible! graphics. Because of that, OpenGL development libraries are needed for compilation. The dependencies are same as for [GLFW](https://github.com/go-gl/glfw). +The OpenGL version used is **OpenGL 3.3**. + - On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required headers and libraries. - On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev` and `xorg-dev` packages.