Fix http help lint
[factor/jcg.git] / extra / gesture-logger / deploy.factor
blob0692feb30d0fb9cdd457c91203864411fcc12a9b
1 USING: tools.deploy.config ;
2 V{
3     { deploy-ui? t }
4     { deploy-io 1 }
5     { deploy-reflection 3 }
6     { deploy-compiler? t }
7     { deploy-math? t }
8     { deploy-word-props? f }
9     { deploy-c-types? f }
10     { "stop-after-last-window?" t }
11     { deploy-name "Gesture Logger" }