diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-13 17:56:25 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-13 17:56:25 -0500 |
commit | 5b12d257a94eb496b9dd48a3d6b1e8fe5343d296 (patch) | |
tree | 77ff488d993e977645bdace6bfa7b2c6d3d88e3a /the-price-of-a-cup-of-coffee.asd | |
parent | 5e9e9990495cabb82710f48334ac029005eca11f (diff) |
big refactor to make motion controls nicer
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") |