From 09e46d1f780b006a59252fbcecf188ef848d00d5 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Tue, 28 Aug 2012 23:42:07 +0200 Subject: Added Spatial2 and Spatial3; removed Spatial --- Spear.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Spear.cabal') diff --git a/Spear.cabal b/Spear.cabal index 254f181..01a2b23 100644 --- a/Spear.cabal +++ b/Spear.cabal @@ -26,7 +26,7 @@ library Spear.GLSL.Uniform Spear.GLSL.VAO Spear.Math.Camera Spear.Math.Entity Spear.Math.Matrix3 Spear.Math.Matrix4 Spear.Math.MatrixUtils Spear.Math.Plane Spear.Math.Quaternion - Spear.Math.Spatial Spear.Math.Vector3 Spear.Math.Vector4 + Spear.Math.Vector3 Spear.Math.Vector4 Spear.Physics Spear.Physics.Rigid Spear.Render.AnimatedModel Spear.Render.Material Spear.Render.Model Spear.Render.Program Spear.Render.Renderable Spear.Render.StaticModel @@ -35,6 +35,7 @@ library Spear.Setup Spear.Sys.Timer Spear.Sys.Store Spear.Sys.Store.ID Spear.Updatable Spear.Math.Vector2 Spear.Math.Quad Spear.Math.Ray Spear.Math.Segment Spear.Math.Utils + Spear.Math.Spatial2 Spear.Math.Spatial3 exposed: True buildable: True build-tools: hsc2hs -any @@ -57,4 +58,4 @@ library Spear/Sys hs-source-dirs: . ghc-options: -O2 -rtsopts - \ No newline at end of file + -- cgit v1.2.3