aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-06 09:33:14 -0500
committerColin Okay <colin@cicadas.surf>2022-07-06 09:33:14 -0500
commitfda1d9d08349dfe103b7af3ef8f305c1701933f6 (patch)
tree5cb896cf87d140df5bd05cb1f56566cfb0f17407 /wheelwork.asd
parent8c94460d8c8f8b44ca9bcdebbf2906e84c969b19 (diff)
[refactor] containers have render bounds
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index 095c949..5de81de 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -30,6 +30,7 @@
(:module "core"
:components ((:file "unit")
(:file "container")
+ (:file "clipped")
(:file "affine")))
(:module "events"
:components ((:file "event-handler")