aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
authorMarc Sunet <jeannekamikaze@gmail.com>2012-08-08 13:15:55 +0200
committerMarc Sunet <jeannekamikaze@gmail.com>2012-08-08 13:15:55 +0200
commit5e228f4f55eafdb947426bb900175eb5d8188073 (patch)
tree05a04a253033162fa56a38ac545a32f1919cf395 /Spear.cabal
parent0663ba45c77b3222fda3074857dc3bf5ece7faec (diff)
Added Spear.IDStore
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal28
1 files changed, 14 insertions, 14 deletions
diff --git a/Spear.cabal b/Spear.cabal
index ccbf846..c683c09 100644
--- a/Spear.cabal
+++ b/Spear.cabal
@@ -16,19 +16,19 @@ library
16 StateVar -any, base -any, bytestring -any, directory -any, 16 StateVar -any, base -any, bytestring -any, directory -any,
17 mtl -any, transformers -any, resource-simple -any, parsec >=3.1.3, 17 mtl -any, transformers -any, resource-simple -any, parsec >=3.1.3,
18 containers -any, vector -any, array -any 18 containers -any, vector -any, array -any
19 exposed-modules: Spear.Physics.Types Spear.Physics.World Spear.App 19 exposed-modules: Spear.IDStore Spear.Physics.Types
20 Spear.App.Application Spear.App.Input Spear.Assets.Image 20 Spear.Physics.World Spear.App Spear.App.Application Spear.App.Input
21 Spear.Assets.Model Spear.Collision Spear.Collision.AABB 21 Spear.Assets.Image Spear.Assets.Model Spear.Collision
22 Spear.Collision.Collision Spear.Collision.Collisioner 22 Spear.Collision.AABB Spear.Collision.Collision
23 Spear.Collision.Sphere Spear.Collision.Triangle 23 Spear.Collision.Collisioner Spear.Collision.Sphere
24 Spear.Collision.Types Spear.Game Spear.GLSL Spear.GLSL.Buffer 24 Spear.Collision.Triangle Spear.Collision.Types Spear.Game
25 Spear.GLSL.Error Spear.GLSL.Management Spear.GLSL.Texture 25 Spear.GLSL Spear.GLSL.Buffer Spear.GLSL.Error Spear.GLSL.Management
26 Spear.GLSL.Uniform Spear.GLSL.VAO Spear.Math.Camera 26 Spear.GLSL.Texture Spear.GLSL.Uniform Spear.GLSL.VAO
27 Spear.Math.Entity Spear.Math.Matrix3 Spear.Math.Matrix4 27 Spear.Math.Camera Spear.Math.Entity Spear.Math.Matrix3
28 Spear.Math.MatrixUtils Spear.Math.Octree Spear.Math.Plane 28 Spear.Math.Matrix4 Spear.Math.MatrixUtils Spear.Math.Octree
29 Spear.Math.Quaternion Spear.Math.Spatial Spear.Math.Vector3 29 Spear.Math.Plane Spear.Math.Quaternion Spear.Math.Spatial
30 Spear.Math.Vector4 Spear.Physics Spear.Physics.Rigid 30 Spear.Math.Vector3 Spear.Math.Vector4 Spear.Physics
31 Spear.Render.AnimatedModel 31 Spear.Physics.Rigid Spear.Render.AnimatedModel
32 Spear.Render.Material Spear.Render.Model Spear.Render.Program 32 Spear.Render.Material Spear.Render.Model Spear.Render.Program
33 Spear.Render.Renderable Spear.Render.StaticModel 33 Spear.Render.Renderable Spear.Render.StaticModel
34 Spear.Render.Texture Spear.Scene.Graph Spear.Scene.Light 34 Spear.Render.Texture Spear.Scene.Graph Spear.Scene.Light
@@ -56,4 +56,4 @@ library
56 Spear/Sys 56 Spear/Sys
57 hs-source-dirs: . 57 hs-source-dirs: .
58 ghc-options: -O2 -rtsopts 58 ghc-options: -O2 -rtsopts
59 59 \ No newline at end of file