;;;; -*- coding: utf-8 -*- (asdf:defsystem #:wire-world :description "The Gendl\" Wire-World demo and test-case for wireframe tessellation and X3D output" :author "John McCarthy" :license "Affero Gnu Public License (http://www.gnu.org/licenses/)" :serial t :version "20141029" :depends-on (#-gwl-graphics :gwl-graphics) #-asdf-unicode :defsystem-depends-on #-asdf-unicode (:asdf-encodings) #+asdf-encodings :encoding #+asdf-encodings :utf-8 :components ((:file "source/package") (:file "source/assembly")))