forked from HumbleUI/HumbleUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
16 lines (16 loc) · 925 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
io.github.humbleui/types$clojure {:mvn/version "0.2.0"}
io.github.humbleui/jwm {:mvn/version "0.4.14" :exclusions [io.github.humbleui/types]}
io.github.humbleui/skija-windows-x64 {:mvn/version "0.109.2" :exclusions [io.github.humbleui/types]}
io.github.humbleui/skija-linux-x64 {:mvn/version "0.109.2" :exclusions [io.github.humbleui/types]}
io.github.humbleui/skija-macos-x64 {:mvn/version "0.109.2" :exclusions [io.github.humbleui/types]}
io.github.humbleui/skija-macos-arm64 {:mvn/version "0.109.2" :exclusions [io.github.humbleui/types]}}
:aliases
{:dev
{:extra-paths ["dev" "test"]
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.3.0"}
criterium/criterium {:mvn/version "0.4.6"}}
:main-opts ["-m" "user" "--interactive"]
:jvm-opts ["-ea"]}}}