From 2393c1191cb4f1ed3b1a00a33a1b8db2b2366c6f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 6 Jul 2022 23:28:07 +0200 Subject: Add update-texture support: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cleans the code generation and controls the formats better. I'm not sure if this really improves performance, but it looks cleaner so ¯\_(ツ)_/¯ --- manifest.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index 54d99a5..d8259c6 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1 +1,6 @@ -(specification->manifest (list "guile" "guile-sdl2")) +(use-modules (gnu packages guile) + (guix utils)) + +(define guile-sdl2 (load "../guile-sdl2/guix.scm")) + +(packages->manifest (list guile-3.0-latest guile-sdl2)) -- cgit v1.2.3