diff options
Diffstat (limited to 'projects.scm')
-rw-r--r-- | projects.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/projects.scm b/projects.scm index e2b672e..51f54a4 100644 --- a/projects.scm +++ b/projects.scm @@ -112,13 +112,12 @@ following modules:") "SDL2 >= 2.0.0" "SDL2_image >= 2.0.0" "SDL2_mixer >= 2.0.0" - "SDL2_ttf >= 2.0.0" - "GNU Make" - "GNU pkg-config") + "SDL2_ttf >= 2.0.0") #:license "GNU LGPLv3+" #:manual? #t #:releases - `(("0.5.0" ,(date 2020 04 07)) + `(("0.6.0" ,(date 2021 04 13)) + ("0.5.0" ,(date 2020 04 07)) ("0.4.0" ,(date 2019 06 02)) ("0.3.1" ,(date 2018 10 16)) ("0.3.0" ,(date 2018 07 10)) @@ -266,11 +265,12 @@ Scheme.") (p (small ,(anchor "chickadee sprite by Refuzzle, CC0" "http://opengameart.org/content/winter-birds")))) #:requirements '("GNU Guile >= 2.1.4" - "Guile-SDL2 >= 0.2.0" + "Guile-SDL2 >= 0.6.0" "Guile-OpenGL >= 0.1.0") #:license "GNU GPLv3+" #:releases - `(("0.6.0" ,(date 2020 11 19)) + `(("0.7.0" ,(date 2021 04 13)) + ("0.6.0" ,(date 2020 11 19)) ("0.5.0" ,(date 2020 04 08)) ("0.4.0" ,(date 2019 06 04)) ("0.3.0" ,(date 2018 10 03)) |