# HG changeset patch # User Steve Losh # Date 1520278344 18000 # Node ID 7c7fc72df64c42bf9bdf705c92af9fa34a77542a # Parent e70271703422e558da22f976035953a2b3e71dfc Add missing dep diff -r e70271703422 -r 7c7fc72df64c flax.asd --- 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 " :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