From 52a91b7183932ce84be09b6ac0cc4480408d7715 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 6 May 2019 10:33:59 -0700 Subject: [PATCH] add dep --- beautiful-racket-demo/info.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beautiful-racket-demo/info.rkt b/beautiful-racket-demo/info.rkt index b223c13..7b71f0d 100644 --- a/beautiful-racket-demo/info.rkt +++ b/beautiful-racket-demo/info.rkt @@ -19,3 +19,5 @@ "syntax-color-lib" "gui-lib" "math-lib")) + +(define build-deps '("at-exp-lib")) \ No newline at end of file