dark.asd @ 41f2c758451f
More stuff, sketch out a starting ui
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 18 Apr 2021 16:28:24 -0400 |
parents | ae5d604f978f |
children | 05bd74b8d9c4 |
(asdf:defsystem :dark :name "dark" :description "Lisp Game Jam, Spring 2021" :author "Steve Losh <steve@stevelosh.com>" :license "MIT/X11" :version "0.0.1" :depends-on (#+sbcl #:sb-sprof :alexandria :boots :iterate :losh) :serial t :components ((:module "src" :serial t :components ((:file "package") (:file "main")))))