aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-22 11:58:16 -0500
committerColin Okay <colin@cicadas.surf>2022-07-22 11:58:16 -0500
commit00841605110612f6e7f3bbfc054ceff980bf25be (patch)
tree1f16b86d5c555eea22e60cb2d36f88682bd9023b /wheelwork.asd
parent6d9b8b48423dba99ecdba004f260c30e6717b6a6 (diff)
[version] [refactor] [redesign] removed containers
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd8
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")))