aboutsummaryrefslogtreecommitdiff
path: root/downstroke.egg
diff options
context:
space:
mode:
Diffstat (limited to 'downstroke.egg')
-rw-r--r--downstroke.egg2
1 files changed, 1 insertions, 1 deletions
diff --git a/downstroke.egg b/downstroke.egg
index 7327924..0f66bcd 100644
--- a/downstroke.egg
+++ b/downstroke.egg
@@ -32,7 +32,7 @@
(component-dependencies downstroke.entity downstroke.world))
(extension downstroke.engine
(source "engine.scm")
- (component-dependencies downstroke.renderer downstroke.world downstroke.input downstroke.assets downstroke.animation))
+ (component-dependencies downstroke.renderer downstroke.world downstroke.input downstroke.assets downstroke.physics downstroke.tween downstroke.animation))
;; Link SDL2_mixer explicitly so downstroke.mixer.so lists libSDL2_mixer in
;; DT_NEEDED; otherwise Mix_* symbols can be undefined at dlopen time.
;; csc requires "-L" before "-l..." so the flag is passed through to the linker.