forked from veikman/dactyl-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.clj
20 lines (20 loc) · 877 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(defproject dactyl-keyboard "0.8.0-SNAPSHOT"
:description "A parametrized keyboard design tool"
:url "https://viktor.eikman.se/article/the-dmote/"
:license {:name "GNU Affero General Public License"
:url "https://www.gnu.org/licenses/agpl-3.0.en.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/tools.cli "0.3.7"]
[org.flatland/ordered "1.5.7"]
[hawk "0.2.11"]
;; geom uses hiccup v1 whereas dmote-keycap uses v2.
[thi.ng/geom "1.0.0-RC3" :exclusions [hiccup]]
[clj-yaml "0.4.0"]
[scad-app "1.0.0"]
[scad-clj "0.5.3"]
[scad-klupe "0.3.0"]
[scad-tarmi "0.8.1"]
[dmote-keycap "0.8.0"]]
:main dactyl-keyboard.core
:aot :all
:uberjar-name "dmote.jar")