From 864c44a02357ceb89261b0e5330c01323ae20e26 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Mar 2014 11:46:24 -0400 Subject: Replace figl with the new guile-opengl official release. --- 2d/wrappers/gl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2d/wrappers/gl.scm') diff --git a/2d/wrappers/gl.scm b/2d/wrappers/gl.scm index 8e500d4..e43ba8a 100644 --- a/2d/wrappers/gl.scm +++ b/2d/wrappers/gl.scm @@ -18,12 +18,12 @@ ;;; Commentary: ;; ;; Custom wrappers over low level OpenGL commands that aren't part of -;; FIGL. +;; guile-opengl. ;; ;;; Code: (define-module (2d wrappers gl) - #:use-module ((figl gl low-level) #:renamer (symbol-prefix-proc '%))) + #:use-module ((gl low-level) #:renamer (symbol-prefix-proc '%))) ;;; ;;; 3.8.1 Texture Image Specification -- cgit v1.2.3