diff options
-rw-r--r-- | lambdacube-gl.cabal | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal index 3495bcb..fc29871 100644 --- a/lambdacube-gl.cabal +++ b/lambdacube-gl.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | name: lambdacube-gl | 1 | name: lambdacube-gl |
2 | version: 0.5.1.0 | 2 | version: 0.5.1.1 |
3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D | 3 | synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D |
4 | description: OpenGL 3.3 Core Profile backend for LambdaCube 3D | 4 | description: OpenGL 3.3 Core Profile backend for LambdaCube 3D |
5 | homepage: http://lambdacube3d.com | 5 | homepage: http://lambdacube3d.com |
@@ -13,9 +13,15 @@ build-type: Simple | |||
13 | 13 | ||
14 | extra-source-files: examples/Hello.hs | 14 | extra-source-files: examples/Hello.hs |
15 | examples/HelloEmbedded.hs | 15 | examples/HelloEmbedded.hs |
16 | examples/HelloOBJ.hs | ||
17 | examples/MtlParser.hs | ||
16 | examples/hello.json | 18 | examples/hello.json |
17 | examples/hello.lc | 19 | examples/hello.lc |
20 | examples/hello_obj.json | ||
21 | examples/hello_obj.lc | ||
18 | examples/logo.png | 22 | examples/logo.png |
23 | examples/cube.obj | ||
24 | examples/cube.mtl | ||
19 | 25 | ||
20 | cabal-version: >=1.10 | 26 | cabal-version: >=1.10 |
21 | 27 | ||