]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/springies/models/belt-tire/deploy.factor
ed522d5ee9c9bb77d7a522c0cd0e46ab635d8814
[factor.git] / unmaintained / springies / models / belt-tire / deploy.factor
1 USING: tools.deploy.config ;
2 V{
3     { deploy-ui? t }
4     { deploy-io 2 }
5     { deploy-reflection 1 }
6     { deploy-compiler? t }
7     { deploy-math? t }
8     { deploy-word-props? f }
9     { deploy-word-defs? f }
10     { deploy-c-types? f }
11     { "stop-after-last-window?" t }
12     { "bundle-name" "Belt Tire.app" }
13 }