1
1
name : GLUT
2
- version : 2.5.0.0
2
+ version : 2.5.0.1
3
3
license : BSD3
4
4
license-file : LICENSE
5
5
maintainer : Sven Panne <
[email protected] >, Jason Dagit <
[email protected] >
@@ -16,6 +16,8 @@ build-type: Simple
16
16
cabal-version : >= 1.6
17
17
extra-source-files :
18
18
README.md
19
+ examples/00-README
20
+ examples/BOGLGP/00-README
19
21
examples/BOGLGP/Chapter01/Makefile
20
22
examples/BOGLGP/Chapter01/OnYourOwn1.hs
21
23
examples/BOGLGP/Chapter01/Simple.hs
@@ -30,13 +32,15 @@ extra-source-files:
30
32
examples/BOGLGP/Chapter03/TrianglesQuads.hs
31
33
examples/BOGLGP/Makefile
32
34
examples/Makefile
35
+ examples/Misc/00-README
33
36
examples/Misc/ARBOcclude.hs
34
37
examples/Misc/ExtractContours.hs
35
38
examples/Misc/Gears.hs
36
39
examples/Misc/Makefile
37
40
examples/Misc/Pitfall14.hs
38
41
examples/Misc/SmoothOpenGL3.hs
39
42
examples/Misc/Triangulate.hs
43
+ examples/OrangeBook/00-README
40
44
examples/OrangeBook/3Dlabs-License.txt
41
45
examples/OrangeBook/Makefile
42
46
examples/OrangeBook/ogl2brick/Brick.frag
@@ -118,6 +122,14 @@ extra-source-files:
118
122
examples/RedBook4/UnProject.hs
119
123
examples/RedBook4/VArray.hs
120
124
examples/RedBook4/Wrap.hs
125
+ examples/RedBook8/00-README
126
+ examples/RedBook8/Chapter01/Makefile
127
+ examples/RedBook8/Chapter01/triangles.frac
128
+ examples/RedBook8/Chapter01/Triangles.hs
129
+ examples/RedBook8/Chapter01/triangles.vert
130
+ examples/RedBook8/common/LoadShaders.hs
131
+ examples/RedBook8/common/Makefile
132
+ examples/RedBook8/Makefile
121
133
examples/examples.mk
122
134
include/HsGLUTExt.h
123
135
0 commit comments