diff options
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wheelwork.asd b/wheelwork.asd new file mode 100644 index 0000000..7ee07f0 --- /dev/null +++ b/wheelwork.asd @@ -0,0 +1,11 @@ +;;;; wheelwork.asd + +(asdf:defsystem #:wheelwork + :description "Describe wheelwork here" + :author "Your Name <your.name@example.com>" + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (#:cl-opengl #:sdl2 #:varjo #:defclass-std #:3d-vectors #:3d-matrices) + :components ((:file "package") + (:file "wheelwork"))) |