From d20e822e806afe67c8e255a645061638b75d3546 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 4 Jan 2025 16:26:25 -0800 Subject: Add balls demo. --- Spear.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Spear.cabal') diff --git a/Spear.cabal b/Spear.cabal index 4193931..56eb302 100644 --- a/Spear.cabal +++ b/Spear.cabal @@ -143,6 +143,13 @@ executable pong hs-source-dirs: Demos/Pong main-is: Main.hs other-modules: Pong - build-depends: base, Spear, OpenGL + build-depends: base, Spear + ghc-options: -O2 + ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs + +executable balls + hs-source-dirs: Demos/Balls + main-is: Main.hs + build-depends: base, Spear ghc-options: -O2 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs -- cgit v1.2.3