]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-ui/deploy.factor
calendar.format: make duration>human-readable more human readable
[factor.git] / extra / hello-ui / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-name "Hello world" }
4     { deploy-ui? t }
5     { deploy-c-types? f }
6     { deploy-unicode? f }
7     { "stop-after-last-window?" t }
8     { deploy-io 3 }
9     { deploy-reflection 1 }
10     { deploy-word-props? f }
11     { deploy-math? t }
12     { deploy-threads? t }
13     { deploy-word-defs? f }
14 }