From 42d46d324715a27b763d39cc6bf34bb40a594f22 Mon Sep 17 00:00:00 2001 From: gonzo Date: Sun, 3 Nov 2024 21:43:37 +0100 Subject: now has separation between compiled and interpreted contexts - use cond-expand to load raylib if the snek.scm is interpreted - .gambini added to automatically add gambit-raylib to search order - game now starts in background when interpreted - this makes it easier to incrementally develop in emacs - game starts in foreground when compiled --- .gambini | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gambini (limited to '.gambini') diff --git a/.gambini b/.gambini new file mode 100644 index 0000000..d56a888 --- /dev/null +++ b/.gambini @@ -0,0 +1 @@ +(module-search-order-add! "./gambit-raylib/") -- cgit v1.2.3