diff options
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 8d12b84..6d578a1 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -4,7 +4,7 @@ :description "A sprite system for games and GUIs" :author "colin <colin@cicadas.surf>" :license "GPL-3.0" - :version "0.0.1" + :version "0.0.2" :serial t :depends-on (#:cl-opengl #:sdl2 @@ -20,6 +20,7 @@ (:file "protocol") (:file "utils") (:file "grid-geometry") + (:file "region") (:module "gl" :components ((:file "util") (:file "texture") @@ -29,9 +30,7 @@ (:file "png") (:file "font"))) (:module "core" - :components ((:file "unit") - (:file "container") - (:file "affine"))) + :components ((:file "unit"))) (:module "events" :components ((:file "event-handler") (:file "listener"))) @@ -39,7 +38,6 @@ :components ((:file "interactive") (:file "image") (:file "text") - (:file "frameset") (:file "sprite") (:file "canvas"))) |