]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - springies/models/2x2snake/deploy.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / springies / models / 2x2snake / deploy.factor
diff --git a/springies/models/2x2snake/deploy.factor b/springies/models/2x2snake/deploy.factor
new file mode 100644 (file)
index 0000000..1ad6cfe
--- /dev/null
@@ -0,0 +1,13 @@
+USING: tools.deploy.config ;
+H{
+    { deploy-compiler? t }
+    { deploy-word-props? f }
+    { deploy-ui? t }
+    { deploy-reflection 1 }
+    { deploy-name "springies.models.2x2snake" }
+    { deploy-c-types? f }
+    { deploy-word-defs? f }
+    { "stop-after-last-window?" t }
+    { deploy-math? t }
+    { deploy-io 1 }
+}