Cabal-Version: >= 1.2
Build-Type: Simple
Tested-With: GHC
Category: Physics, Game
Name: HipmunkPlayground
Version: 0.2
Stability: provisional
License: OtherLicense
License-File: LICENSE
Copyright: (c) 2008 Felipe A. Lessa
Author: Felipe A. Lessa <felipe.lessa@gmail.com>
Maintainer: Felipe A. Lessa <felipe.lessa@gmail.com>
Synopsis: A playground for testing Hipmunk.
Description:
This is a simple OpenGL program that allows you to see
some of Hipmunk's functions in action.
.
Licensed under the MIT license (like Hipmunk itself).
Extra-Source-Files:
NEWS
Flag small_base
Description: Choose the new smaller, split-up base package.
Executable HipmunkPlayground
Build-Depends: base, Hipmunk >= 0.2, OpenGL, GLFW
if flag(small_base)
Build-Depends: containers
GHC-Options: -Wall
Main-is: Playground.hs