]> gitweb.factorcode.org Git - factor.git/blob - extra/tetris/deploy.factor
a21e592cc8eae8235fbc02a05e027d56a34e2584
[factor.git] / extra / tetris / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-ui? t }
4     { deploy-compiler? t }
5     { deploy-threads? t }
6     { deploy-word-props? f }
7     { deploy-reflection 1 }
8     { "stop-after-last-window?" t }
9     { deploy-random? t }
10     { deploy-io 2 }
11     { deploy-math? t }
12     { deploy-word-defs? f }
13     { deploy-c-types? f }
14     { deploy-name "Tetris" }
15 }