Start the rendering code
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sat, 07 Jan 2017 12:10:22 +0000 | 
    
        | parents | 89bab7d1eaef | 
    
        | children | 552921869758 | 
(asdf:defsystem :antipodes
  :description "IGI Game Jam 2017"
  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT/X11"
  :version "1.0.0"
  :depends-on (:beast
               :cl-arrows
               :cl-charms
               :cl-strings
               :iterate
               :losh)
  :serial t
  :components ((:module "vendor" :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src" :serial t
                :components
                ((:file "utilities")
                 (:module "gen" :serial t
                  :components ((:file "world")))
                 (:file "main")))))