You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
427 B

;;;; break.asd
(asdf:defsystem #:break
:description "Breakout clone"
:author "Mil <mil@bloome.rs>"
:license "GPL"
:version "0.0.1"
:serial t
:depends-on (#:cepl #:rtg-math.vari #:cepl.sdl2 #:swank #:livesupport #:cepl.skitter.sdl2 #:dirt)
:components ((:file "package")
(:file "render")
(:file "utils")
(:file "objects")
(:file "break")
(:file "scene")
))