game-of-life: adding deploy file.
parent
103b15df97
commit
d89d4590ab
|
@ -0,0 +1,16 @@
|
||||||
|
USING: tools.deploy.config ;
|
||||||
|
H{
|
||||||
|
{ deploy-console? f }
|
||||||
|
{ deploy-io 3 }
|
||||||
|
{ deploy-reflection 5 }
|
||||||
|
{ deploy-ui? t }
|
||||||
|
{ deploy-word-defs? f }
|
||||||
|
{ deploy-threads? t }
|
||||||
|
{ "stop-after-last-window?" t }
|
||||||
|
{ deploy-math? t }
|
||||||
|
{ deploy-word-props? f }
|
||||||
|
{ deploy-c-types? f }
|
||||||
|
{ deploy-help? f }
|
||||||
|
{ deploy-name "Game of Life" }
|
||||||
|
{ deploy-unicode? f }
|
||||||
|
}
|
Loading…
Reference in New Issue