aboutsummaryrefslogtreecommitdiff
path: root/downstroke.egg
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-06 03:41:09 +0100
committerGene Pasquet <dev@etenil.net>2026-04-06 03:41:09 +0100
commit78a924defabc862a7cfa5476091152c1ef5333ee (patch)
tree5e7e13ca27848dfe87ecf3eb82689d8e9488beb3 /downstroke.egg
parentc4ebbbdd1a0bd081a2ed9447ba8188d97ae54717 (diff)
Fixes, updated license
Diffstat (limited to 'downstroke.egg')
-rw-r--r--downstroke.egg4
1 files changed, 2 insertions, 2 deletions
diff --git a/downstroke.egg b/downstroke.egg
index 32f839e..3572d66 100644
--- a/downstroke.egg
+++ b/downstroke.egg
@@ -1,9 +1,9 @@
((version "0.1.0")
(synopsis "2D tile-driven game engine for Chicken Scheme, built on SDL2")
(author "Gene Pasquet")
- (license "MIT")
+ (license "BSD-2-Clause")
(category games)
- (dependencies sdl2 sdl2-image sdl2-ttf expat defstruct srfi-1 srfi-13 srfi-197 matchable simple-logger)
+ (dependencies sdl2 sdl2-image sdl2-ttf expat defstruct srfi-1 srfi-13 srfi-69 srfi-197 matchable simple-logger)
(components
(extension downstroke-entity
(source "entity.scm"))