summaryrefslogtreecommitdiffstats
path: root/obj-model-opengl.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'obj-model-opengl.cabal')
-rw-r--r--obj-model-opengl.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/obj-model-opengl.cabal b/obj-model-opengl.cabal
new file mode 100644
index 0000000..1fdf84c
--- /dev/null
+++ b/obj-model-opengl.cabal
@@ -0,0 +1,16 @@
+name: obj-model-opengl
+version: 0.1
+synopsis: OBJ model file loader OpenGL interaction
+description: Provides functions to prepare OBJ model data for efficient access from OpenGL
+category: Graphics
+license: BSD3
+license-file: LICENSE
+author: Matthias Schiffer
+maintainer: matthias@gamezock.de
+build-type: Simple
+Cabal-Version: >=1.2
+
+library
+ build-depends: base >= 4, obj-model, containers, mtl, OpenGL
+ exposed-modules: Data.Obj3D.OpenGL
+ hs-source-dirs: src