Initial commit

This commit is contained in:
Matt Adereth
2015-03-06 15:26:01 -08:00
parent c8465079ba
commit d466da8a90
15 changed files with 1091 additions and 298 deletions

8
project.clj Normal file
View File

@@ -0,0 +1,8 @@
(defproject dactyl-cave "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[unicode-math "0.2.0"]
[scad-clj "0.1.0"]])