From 8a51ba81c7df6b0b6dab7cf4b35b5ca084b653ba Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 10 Dec 2024 07:11:02 -0800 Subject: Replaced defclass-std with def --- wheelwork.asd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'wheelwork.asd') 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 " :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") -- cgit v1.2.3