From 71bb4e8744e733477b9584443adbe8f920458be1 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Mon, 20 Apr 2026 10:52:39 +0100 Subject: refinement --- downstroke.egg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'downstroke.egg') 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. -- cgit v1.2.3