diff options
Diffstat (limited to 'downstroke.egg')
| -rw-r--r-- | downstroke.egg | 4 |
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")) |
