From 83f0606ea9dfd6b493097dc97330055dff4a2867 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 24 Jun 2011 21:50:32 +0200 Subject: Added Transformable class to simplify collision calculation --- htanks.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'htanks.cabal') diff --git a/htanks.cabal b/htanks.cabal index 7785026..86f8ab1 100644 --- a/htanks.cabal +++ b/htanks.cabal @@ -6,14 +6,14 @@ category: Game license: GPL-3 license-file: LICENSE author: Matthias Schiffer -maintainer: matthias@gamezock.de -build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid, obj-model, obj-model-opengl +maintainer: mschiffer@universe-factory.net +build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL, hwiid, obj-model, obj-model-opengl, fixed-point, vector-space, fixed-point-vector-space build-type: Simple 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, Model, Bindings.GLX, Bindings.GLPng +other-modules: Collision, CPUPlayer, DefaultPlayer, HWiidPlayer, Game, GLDriver, GLX, Level, MainLoop, Paths_htanks, Player, Render, Simulation, Texture, Transformable, Debris, + Tank, Model, Vector, Bindings.GLX, Bindings.GLPng extra-libraries: glpng -- cgit v1.2.3