diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-30 07:57:54 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-30 07:57:54 -0500 |
commit | 642c0c594a8abe05be1cb887110ed3e602cd0e48 (patch) | |
tree | 2f4aced5b03abb0b8e4532f2676a18f8387895f7 /wheelwork.asd | |
parent | 099c3f927c11fe7ae4d12933d6f72abc0b53e973 (diff) |
[structure] renamed some asd modules
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 4acb79e..47873c5 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -29,15 +29,16 @@ :components ((:file "asset") (:file "png") (:file "font"))) - (:module "core-units" + (:module "core" :components ((:file "unit") (:file "container") (:file "affine"))) (:module "events" :components ((:file "event-handler") - (:file "listener-and-interactive"))) - (:module "interactive-units" - :components ((:file "bitmap") + (:file "listener"))) + (:module "interactive" + :components ((:file "interactive") + (:file "bitmap") (:file "text"))) (:file "application") (:file "wheelwork"))) |