pioneers/Pioneers.cabal
Stefan Dresselhaus 7110d9404b Scene renders better now
- Enabled BackCulling
- Wrote shadow-mapping-functions
- temp. changed to flat-shading for better distinction
- defined Tiles CCW for BackCulling
2014-01-01 20:32:35 +01:00

28 lines
771 B
Plaintext

name: Pioneers
version: 0.1
cabal-version: >=1.2
build-type: Simple
author: sdressel
executable Pioneers
hs-source-dirs: src
main-is: Main.hs
build-depends:
base >= 4,
gtk,
OpenGL >=2.9,
gtkglext >=0.12,
containers >=0.5 && <0.6,
array >=0.4.0 && <0.5,
random >=1.0.1 && <1.1,
random >=1.0.1 && <1.1,
text >=0.11.3 && <0.12,
stm >=2.4.2 && <2.5,
transformers >=0.3.0 && <0.4,
List >=0.5.1 && <0.6
ghc-options: -Wall
other-modules:
Map.Coordinates,
Map.Map