Stefan Dresselhaus
f3b218c44e
- Movement works. Keys are read out by KeyCode thus independent from Keyboard-Layout On a normal quertz-layout they map like so: * e, s, d, f for movement * r, w for rotation * space/caps for up/down
29 lines
821 B
Plaintext
29 lines
821 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.8.0 && <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,
|
|
List >=0.5.1 && <0.6
|
|
ghc-options: -Wall
|
|
other-modules:
|
|
Map.Coordinates,
|
|
Map.Map
|
|
|