aboutsummaryrefslogtreecommitdiff
path: root/downstroke.egg
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-20 10:52:39 +0100
committerGene Pasquet <dev@etenil.net>2026-04-20 10:52:39 +0100
commit71bb4e8744e733477b9584443adbe8f920458be1 (patch)
treeef0d688400bd56decd2c5fd19421076f1c608859 /downstroke.egg
parente0683e0463ea5664f846154bf0478ff0712e0e71 (diff)
refinement
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.