Skip to content

Commit

Permalink
gloss.cabal: port to OpenGL-2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Feb 2, 2014
1 parent d26c0e6 commit 2afb0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gloss/Graphics/Gloss/Internals/Render/Picture.hs
Expand Up @@ -319,7 +319,7 @@ installTexture width height bitmapData@(BitmapData _ fptr) cacheMe
withForeignPtr fptr
$ \ptr ->
GL.texImage2D
Nothing
GLUT.Texture2D
GL.NoProxy
0
GL.RGBA8
Expand Down
2 changes: 1 addition & 1 deletion gloss/gloss.cabal
Expand Up @@ -41,7 +41,7 @@ Library
ghc-prim == 0.3.*,
containers == 0.5.*,
bytestring == 0.10.*,
OpenGL == 2.8.*,
OpenGL == 2.9.*,
GLUT >= 2.4 && < 2.6,
bmp == 1.2.*

Expand Down

0 comments on commit 2afb0c4

Please sign in to comment.