7c7fc72df64c

Add missing dep
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Mar 2018 14:32:24 -0500
parents e70271703422
children 23a4ab452609
branches/tags (none)
files flax.asd

Changes

--- a/flax.asd	Mon Mar 05 14:30:25 2018 -0500
+++ b/flax.asd	Mon Mar 05 14:32:24 2018 -0500
@@ -4,11 +4,16 @@
   :author "Steve Losh <steve@stevelosh.com>"
   :license "MIT"
 
-  :depends-on (:cl-pcg
+  :depends-on (
+
+               :cl-pcg
+               :cl-svg
                :cl-vectors
                :iterate
                :losh
-               :zpng)
+               :zpng
+
+               )
 
   :serial t
   :components ((:module "vendor" :serial t