diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-30 07:35:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-30 07:35:16 -0500 |
commit | e0fc8f0f7a8b4756226cfb5e1c7581e411420228 (patch) | |
tree | 57213d8d2997e34d1ba674360b870d4223cd4908 /wheelwork.asd | |
parent | 56b743bbfe56823bfe482a4f4e579512041918d2 (diff) |
[refactor] factored out affine from unit; made container a unit;
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index ef3a1a3..4acb79e 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -31,7 +31,8 @@ (:file "font"))) (:module "core-units" :components ((:file "unit") - (:file "container"))) + (:file "container") + (:file "affine"))) (:module "events" :components ((:file "event-handler") (:file "listener-and-interactive"))) |