diff options
Diffstat (limited to 'the-price-of-a-cup-of-coffee.asd')
-rw-r--r-- | the-price-of-a-cup-of-coffee.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/the-price-of-a-cup-of-coffee.asd b/the-price-of-a-cup-of-coffee.asd index 20deed3..4c0a824 100644 --- a/the-price-of-a-cup-of-coffee.asd +++ b/the-price-of-a-cup-of-coffee.asd @@ -6,7 +6,7 @@ :license "GPL3" :version "0.0.1" :serial t - :depends-on (#:animise #:sdl2 #:sdl2-image #:harmony-simple) + :depends-on (#:animise #:sdl2 #:sdl2-image #:harmony-simple #:swank) :components ((:file "package") (:file "macros") (:file "assets") |