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. 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