diff --git a/pitfall/info.rkt b/pitfall/info.rkt index a77c489f..bf2a1f39 100644 --- a/pitfall/info.rkt +++ b/pitfall/info.rkt @@ -8,9 +8,11 @@ "srfi-lite-lib" "sugar" "debug" - "base" "rackunit-lib")) + "base" + "draw-lib" + "rackunit-lib")) (define build-deps '("scribble-lib" "racket-doc")) (define version "0.0") (define pkg-authors '(mb)) (define test-omit-paths 'all) -#;(define compile-omit-paths '("pdfkit" "fontkit")) \ No newline at end of file +#;(define compile-omit-paths '("pdfkit" "fontkit"))