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