factor/extra/gesture-logger/deploy.factor

12 lines
254 B
Factor

USING: tools.deploy.config ;
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" }
}