factor/extra/gesture-logger/deploy.factor

12 lines
254 B
Factor
Raw Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2007-09-20 18:09:08 -04:00
V{
{ deploy-ui? t }
{ deploy-io 3 }
{ deploy-reflection 3 }
{ deploy-math? t }
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ deploy-name "Gesture Logger" }
2007-09-20 18:09:08 -04:00
}