summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
diff options
context:
space:
mode:
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