diff options
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Spear.cabal b/Spear.cabal index f025de2..d30cbae 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -16,7 +16,7 @@ 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.Math.Triangle Spear.IDStore | 19 | exposed-modules: Spear.Math.Triangle |
20 | Spear.Physics.Types Spear.Physics.World Spear.App | 20 | Spear.Physics.Types Spear.Physics.World Spear.App |
21 | Spear.App.Application Spear.App.Input Spear.Assets.Image | 21 | Spear.App.Application Spear.App.Input Spear.Assets.Image |
22 | Spear.Assets.Model Spear.Collision Spear.Collision.AABB | 22 | Spear.Assets.Model Spear.Collision Spear.Collision.AABB |
@@ -34,6 +34,7 @@ library | |||
34 | Spear.Render.StaticModel Spear.Render.Texture Spear.Scene.Graph | 34 | Spear.Render.StaticModel Spear.Render.Texture Spear.Scene.Graph |
35 | Spear.Scene.Light Spear.Scene.Loader Spear.Scene.Scene | 35 | Spear.Scene.Light Spear.Scene.Loader Spear.Scene.Scene |
36 | Spear.Scene.SceneResources Spear.Setup Spear.Sys.Timer | 36 | Spear.Scene.SceneResources Spear.Setup Spear.Sys.Timer |
37 | Spear.Sys.Store Spear.Sys.Store.ID | ||
37 | Spear.Updatable | 38 | Spear.Updatable |
38 | exposed: True | 39 | exposed: True |
39 | buildable: True | 40 | buildable: True |