remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / maze / deploy.factor
blob1eda31561755d097bd30edd30836a767133a85dd
1 USING: tools.deploy.config ;
2 H{
3     { deploy-threads? t }
4     { deploy-math? t }
5     { deploy-name "Maze" }
6     { deploy-c-types? f }
7     { deploy-word-props? f }
8     { deploy-io 2 }
9     { deploy-ui? t }
10     { "stop-after-last-window?" t }
11     { deploy-word-defs? f }
12     { deploy-compiler? t }
13     { deploy-reflection 1 }