dactyl-keyboard/project.clj

11 lines
395 B
Clojure
Raw Permalink Normal View History

2015-12-02 06:19:52 +01:00
(defproject dactyl-keyboard "0.1.0-SNAPSHOT"
:description "A parametrized, split-hand, concave, columnar, erogonomic keyboard"
2015-03-07 00:26:01 +01:00
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
2015-12-04 05:45:05 +01:00
:dependencies [[org.clojure/clojure "1.7.0"]
2015-03-07 00:26:01 +01:00
[unicode-math "0.2.0"]
2015-12-02 06:19:52 +01:00
[scad-clj "0.4.0"]])