From d307f5234490bf287bff4528edddec807af2a226 Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Sun, 9 Aug 2015 19:32:27 -0300 Subject: [PATCH] Add glium to OpenGL section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf3e0f0..5347ef2 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ The goal is to have only projects that are mostly stable and useful to users. * [bjz/glfw-rs](https://github.com/bjz/glfw-rs) — [](https://travis-ci.org/bjz/glfw-rs) * [servo/rust-glut](https://github.com/servo/rust-glut) * [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](http://www.glfw.org/) [](https://travis-ci.org/tomaka/glutin) + * [tomaka/glium](https://github.com/tomaka/glium) — Safe OpenGL wrapper for the Rust language. [](https://travis-ci.org/tomaka/glium) * Qt * [cyndis/qmlrs](https://github.com/cyndis/qmlrs) — [QtQuick](http://doc.qt.io) bindings [](https://travis-ci.org/cyndis/qmlrs) * SDL