diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-17 12:42:42 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-17 12:42:42 -0500 |
commit | 53019e4770d1cf9999201e261fd6d93ab3c0d849 (patch) | |
tree | e3ff351b917577149705271c42aa877b665e6cd3 /wheelwork.asd | |
parent | b72153a73875fc0081d072b90ac411c0eaef08a8 (diff) |
[wip]
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 06fa686..086c1c7 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -19,6 +19,7 @@ :components ((:file "package") (:file "protocol") (:file "utils") + (:file "grid-geometry") (:module "gl" :components ((:file "util") (:file "texture") |