summaryrefslogtreecommitdiffstats
path: root/htanks.cabal
blob: 86f8ab196d9198f4026a228f3d3f549b7aca1dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name:                htanks
version:             0.1
synopsis:            A tank game
description:         A tank game similar to Wii Play's Tanks
category:            Game
license:             GPL-3
license-file:        LICENSE
author:              Matthias Schiffer
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, Transformable, Debris,
                     Tank, Model, Vector, Bindings.GLX, Bindings.GLPng
extra-libraries:     glpng