factor/extra/gpu/demos/bunny/deploy.factor

15 lines
325 B
Factor
Raw Normal View History

USING: tools.deploy.config ;
H{
2010-02-14 17:03:19 -05:00
{ deploy-name "Bunny" }
{ deploy-ui? t }
{ deploy-c-types? f }
{ deploy-unicode? f }
{ "stop-after-last-window?" t }
2010-02-14 17:03:19 -05:00
{ deploy-io 3 }
{ deploy-reflection 1 }
{ deploy-word-props? f }
2010-02-14 17:03:19 -05:00
{ deploy-math? t }
{ deploy-threads? t }
2010-02-14 17:03:19 -05:00
{ deploy-word-defs? f }
}