diff options
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/project.clj b/project.clj index 60f7b85..7d944b3 100644 --- a/project.clj +++ b/project.clj @@ -1,8 +1,10 @@ -(defproject dactyl-cave "0.1.0-SNAPSHOT" - :description "FIXME: write description" +(defproject dactyl-keyboard "0.1.0-SNAPSHOT" + :description "A parametrized, split-hand, concave, columnar, erogonomic keyboard" :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"] + :dependencies [[org.clojure/clojure "1.6.0"] [unicode-math "0.2.0"] - [scad-clj "0.1.0"]]) + [scad-clj "0.4.0"]]) + + |