Move to deps.edn

This commit is contained in:
arne 2020-12-22 12:24:17 +01:00
commit 5037ed3985
4 changed files with 7 additions and 11 deletions

6
deps.edn Normal file
View file

@ -0,0 +1,6 @@
{:deps {org.clojure/clojure {:mvn/version "1.9.0"}
quil/quil {:mvn/version "3.1.0"}
thi.ng/geom {:mvn/version "1.0.0-RC3"
:exclusions [org.jogamp.jogl/jogl-all
org.jogamp.gluegen/gluegen-rt]}
overtone/osc-clj {:mvn/version "0.9.0"}}}