diff options
author | 3gg <3gg@shellblade.net> | 2024-12-31 17:02:31 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-12-31 17:02:31 -0800 |
commit | 8984aede0162f6bdcfc2dc0a54f563a3b1ff5684 (patch) | |
tree | a80cbe5897edc2e2e6b06e87173624e0f4f4a377 /Spear.cabal | |
parent | bbc4e34213147f30068a00bb56ebb871114e26dd (diff) |
Add enough audio for background music.
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Spear.cabal b/Spear.cabal index 306ef6a..ed37d66 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -14,6 +14,8 @@ data-dir: "" | |||
14 | library | 14 | library |
15 | build-depends: | 15 | build-depends: |
16 | GLFW-b -any, | 16 | GLFW-b -any, |
17 | OpenAL -any, | ||
18 | ALUT -any, | ||
17 | OpenGL >= 3, | 19 | OpenGL >= 3, |
18 | OpenGLRaw -any, | 20 | OpenGLRaw -any, |
19 | StateVar -any, | 21 | StateVar -any, |
@@ -81,6 +83,8 @@ library | |||
81 | Spear.Scene.Graph | 83 | Spear.Scene.Graph |
82 | Spear.Scene.Loader | 84 | Spear.Scene.Loader |
83 | Spear.Scene.SceneResources | 85 | Spear.Scene.SceneResources |
86 | Spear.Sound.Sound | ||
87 | Spear.Sound.State | ||
84 | Spear.Step | 88 | Spear.Step |
85 | Spear.Sys.Store | 89 | Spear.Sys.Store |
86 | Spear.Sys.Store.ID | 90 | Spear.Sys.Store.ID |