aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-12-24 12:07:05 -0800
committer3gg <3gg@shellblade.net>2024-12-24 12:07:05 -0800
commit92e7a93d8c1475bdc802d10a1722bcf8a295449d (patch)
treefc4ada902fec59e461aceff1cafddf87eaeb938c /Spear.cabal
parent0e62e481f56e7085856a4650268c04ac9d05fb9c (diff)
New physics module.HEADmain
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/Spear.cabal b/Spear.cabal
index 8ccc628..306ef6a 100644
--- a/Spear.cabal
+++ b/Spear.cabal
@@ -62,6 +62,8 @@ library
62 Spear.Math.Vector.Vector2 62 Spear.Math.Vector.Vector2
63 Spear.Math.Vector.Vector3 63 Spear.Math.Vector.Vector3
64 Spear.Math.Vector.Vector4 64 Spear.Math.Vector.Vector4
65 Spear.Physics.Collision
66 Spear.Physics.RigidBody
65 Spear.Prelude 67 Spear.Prelude
66 Spear.Render.AnimatedModel 68 Spear.Render.AnimatedModel
67 Spear.Render.Core 69 Spear.Render.Core