diff options
author | colin <colin@cicadas.surf> | 2024-12-10 07:11:02 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-12-14 08:35:58 -0800 |
commit | 8a51ba81c7df6b0b6dab7cf4b35b5ca084b653ba (patch) | |
tree | 23f5f0a5449a06473aba2ec7914a3c2193823a10 /wheelwork.asd | |
parent | 2cbb8e4114c860e1774efd40d18661aee8ab2a72 (diff) |
Replaced defclass-std with defrefactor-with-def
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index c2fa044..a5626df 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -4,17 +4,18 @@ :description "A sprite system for games and GUIs" :author "colin <colin@cicadas.surf>" :license "GPL-3.0" - :version "0.0.2" + :version "0.1.0" :serial t :depends-on (#:cl-opengl #:sdl2 #:varjo - #:defclass-std #:3d-vectors #:3d-matrices #:pngload #:closer-mop - #:cl-fond) + #:cl-fond + #:def + #:flatbind) :pathname "src/" :components ((:file "package") (:file "protocol") |