aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd7
1 files changed, 4 insertions, 3 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index c2fa044..a5626df 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -4,17 +4,18 @@
:description "A sprite system for games and GUIs"
:author "colin <colin@cicadas.surf>"
:license "GPL-3.0"
- :version "0.0.2"
+ :version "0.1.0"
:serial t
:depends-on (#:cl-opengl
#:sdl2
#:varjo
- #:defclass-std
#:3d-vectors
#:3d-matrices
#:pngload
#:closer-mop
- #:cl-fond)
+ #:cl-fond
+ #:def
+ #:flatbind)
:pathname "src/"
:components ((:file "package")
(:file "protocol")