diff options
Diffstat (limited to 'info.rkt')
-rw-r--r-- | info.rkt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/info.rkt b/info.rkt new file mode 100644 index 0000000..2af8b3b --- /dev/null +++ b/info.rkt @@ -0,0 +1,2 @@ +#lang info +(define deps '("base" "gui-lib" "https://github.com/tojoqk/tojoqk-amb.git")) |