aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
authorJeanne-Kamikaze <jeannekamikaze@gmail.com>2013-08-10 17:24:17 +0200
committerJeanne-Kamikaze <jeannekamikaze@gmail.com>2013-08-10 17:24:17 +0200
commite15a9cc51e31b5deb973d8583298aa130dd82b17 (patch)
treec7eca5402b85ccb9cb7de3928991f1b3a9d4e253 /Spear.cabal
parent04313774991dc503844ddd2c47529aca8280aa6c (diff)
Added pong
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal11
1 files changed, 3 insertions, 8 deletions
diff --git a/Spear.cabal b/Spear.cabal
index 0e52faf..ea5eafc 100644
--- a/Spear.cabal
+++ b/Spear.cabal
@@ -17,7 +17,7 @@ library
17 OpenGLRaw -any, 17 OpenGLRaw -any,
18 StateVar -any, 18 StateVar -any,
19 base -any, 19 base -any,
20 bytestring >= 0.10, 20 bytestring -any,
21 directory -any, 21 directory -any,
22 mtl -any, 22 mtl -any,
23 transformers -any, 23 transformers -any,
@@ -27,10 +27,7 @@ library
27 vector -any, 27 vector -any,
28 array -any 28 array -any
29 29
30 exposed-modules: Spear.App 30 exposed-modules: Spear.Assets.Image
31 Spear.App.Application
32 Spear.App.Input
33 Spear.Assets.Image
34 Spear.Assets.Model 31 Spear.Assets.Model
35 Spear.Game 32 Spear.Game
36 Spear.GL 33 Spear.GL
@@ -38,7 +35,6 @@ library
38 Spear.Math.Camera 35 Spear.Math.Camera
39 Spear.Math.Circle 36 Spear.Math.Circle
40 Spear.Math.Collision 37 Spear.Math.Collision
41 Spear.Math.Entity
42 Spear.Math.Frustum 38 Spear.Math.Frustum
43 Spear.Math.Matrix3 39 Spear.Math.Matrix3
44 Spear.Math.Matrix4 40 Spear.Math.Matrix4
@@ -62,14 +58,13 @@ library
62 Spear.Render.Model 58 Spear.Render.Model
63 Spear.Render.Program 59 Spear.Render.Program
64 Spear.Render.StaticModel 60 Spear.Render.StaticModel
65 Spear.Scene.GameObject
66 Spear.Scene.Graph 61 Spear.Scene.Graph
67 Spear.Scene.Light
68 Spear.Scene.Loader 62 Spear.Scene.Loader
69 Spear.Scene.SceneResources 63 Spear.Scene.SceneResources
70 Spear.Sys.Store 64 Spear.Sys.Store
71 Spear.Sys.Store.ID 65 Spear.Sys.Store.ID
72 Spear.Sys.Timer 66 Spear.Sys.Timer
67 Spear.Window
73 68
74 exposed: True 69 exposed: True
75 70