From 1cf05a44d41e5ac725d9a11e2138a515f9acfadc Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 27 Jun 2011 14:53:41 +0000 Subject: pure-gl is Pure's interface to OpenGL, the well-known graphics library. It covers pretty much all of OpenGL, including the popular extensions. Extensions are loaded on demand, functions will throw an exception if they are not available in your OpenGL implementation. WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html PR: ports/156289 Submitted by: Zhihao Yuan --- graphics/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/Makefile') diff --git a/graphics/Makefile b/graphics/Makefile index 38adf71c38af..bbbdcd4e8485 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -750,6 +750,7 @@ SUBDIR += projectm-libvisual SUBDIR += pstoedit SUBDIR += pstoepsi + SUBDIR += pure-gl SUBDIR += pvmpov SUBDIR += py-PyX SUBDIR += py-aafigure -- cgit