diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-10 09:41:00 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-10 09:41:00 -0500 |
commit | 369d42e80b5cba83c98b744d954f4f1d56b12788 (patch) | |
tree | 238c65a2971fd20cb572ee60d592f0dc14f105ff | |
parent | 7dd93eda726dbc2df9b73d41fa954f7a38082740 (diff) |
Fix Guile version constraint on chickadee project page.
-rw-r--r-- | projects.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects.scm b/projects.scm index a6e6fb3..ea91710 100644 --- a/projects.scm +++ b/projects.scm @@ -350,7 +350,7 @@ Scheme.") (li "asynchronous scripting")) (p (small ,(anchor "chickadee sprite by Refuzzle, CC0" "http://opengameart.org/content/winter-birds")))) - #:requirements '("GNU Guile >= 3.0.0" + #:requirements '("GNU Guile >= 3.0.6" "Guile-SDL2 >= 0.8.0" "Guile-OpenGL >= 0.1.0" "libjpeg-turbo" |