File tree Expand file tree Collapse file tree 3 files changed +6
-42
lines changed
Expand file tree Collapse file tree 3 files changed +6
-42
lines changed Original file line number Diff line number Diff line change 11name : OpenGLRaw
2- version : 2.5.0.0
2+ version : 2.5.0.1
33synopsis : A raw binding for the OpenGL graphics system
44description :
55 OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and
@@ -30,8 +30,9 @@ build-type: Simple
3030cabal-version : >= 1.10
3131extra-source-files :
3232 README.md
33- include/HsOpenGLRaw.h
3433 RegistryProcessor/LICENSE
34+ RegistryProcessor/OpenGL-Registry/gl.xml
35+ RegistryProcessor/OpenGL-Registry/registry.rnc
3536 RegistryProcessor/RegistryProcessor.cabal
3637 RegistryProcessor/Setup.hs
3738 RegistryProcessor/src/DeclarationParser.hs
@@ -579,7 +580,6 @@ library
579580 c-sources :
580581 cbits/HsOpenGLRaw.c
581582 hs-source-dirs : src
582- include-dirs : include
583583 build-depends :
584584 base >= 4 && < 5 ,
585585 transformers >= 0.2 && < 0.5
Original file line number Diff line number Diff line change 11name : RegistryProcessor
2- version : 0.1.0.0
2+ version : 0.1.0.1
33synopsis : A processor for the OpenGL Registry
44description : A tool for generating OpenGLRaw from the OpenGL Registry
55license : BSD3
@@ -9,13 +9,8 @@ maintainer: Sven Panne <svenpanne@gmail.com>
99category : Graphics
1010build-type : Simple
1111extra-source-files :
12- TODO
13- registry/egl.xml
14- registry/gl.xml
15- registry/glx.xml
16- registry/registry.rnc
17- registry/registry.rng
18- registry/wgl.xml
12+ OpenGL-Registry/gl.xml
13+ OpenGL-Registry/registry.rnc
1914cabal-version : >= 1.10
2015
2116executable RegistryProcessor
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments