summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-04-12 02:47:09 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-04-12 02:47:09 +0200
commita4f2d991dacfb539a26e71002b6f244c44753b72 (patch)
treed156dc2dffdfe651c78c9c6d74285ee89d6ffe2d /htanks.cabal
parent4ecea2f9dc5bbb4c5e32b2d845f29c0dc7783ac0 (diff)
downloadhtanks-a4f2d991dacfb539a26e71002b6f244c44753b72.tar
htanks-a4f2d991dacfb539a26e71002b6f244c44753b72.zip
Added 3D models
Diffstat (limited to 'htanks.cabal')
-rw-r--r--htanks.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/htanks.cabal b/htanks.cabal
index c6f18be..aa33d06 100644
--- a/htanks.cabal
+++ b/htanks.cabal
@@ -7,14 +7,14 @@ license: GPL-3
license-file: LICENSE
author: Matthias Schiffer
maintainer: matthias@gamezock.de
-build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid
+build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid, obj-model, obj-model-gl
build-type: Simple
-data-files: tex/*.png
+data-files: tex/*.png model/*.obj
executable: HTanks
hs-source-dirs: src
main-is: HTanks.hs
other-modules: Collision, CPUPlayer, DefaultPlayer, HWiidPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Debris,
- Tank, Bindings.GLX, Bindings.GLPng
+ Tank, Model, Bindings.GLX, Bindings.GLPng
--ghc-options: -threaded
extra-libraries: glpng