From c8b9640ec5ec372306ead314d180c38510e32076 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 May 2021 09:44:32 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c673e7..63fa66f 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ generate lists of words (perhaps interesting to those who design fonts) ## License = MIT See `LICENSE.md` + + +## Project status + +Strictly a toy. Expect nothing. From 47b757176ba4352a4a3800739d1ec30470d9fe7a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 12 Aug 2022 12:16:24 -0700 Subject: [PATCH 2/2] add deps --- info.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/info.rkt b/info.rkt index d0840a6..0330ec9 100644 --- a/info.rkt +++ b/info.rkt @@ -3,6 +3,8 @@ (define version "0.0") (define deps '("gui-lib" + "icns" + "beautiful-racket-lib" "base")) (define build-deps '("debug" "rackunit-lib")) \ No newline at end of file