From a4f2d991dacfb539a26e71002b6f244c44753b72 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 12 Apr 2010 02:47:09 +0200 Subject: Added 3D models --- htanks.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htanks.cabal') 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 -- cgit v1.2.3