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

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.cpcache/
# Created by https://www.gitignore.io/api/clojure

1
.joker
View file

@ -1 +0,0 @@
{:known-macros [quil.core/defsketch]}

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"}}}

View file

@ -1,10 +0,0 @@
(defproject aphorisms "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[quil "2.8.0"]
[thi.ng/geom "1.0.0-RC3" :exclusions [org.jogamp.jogl/jogl-all
org.jogamp.gluegen/gluegen-rt]]
[overtone/osc-clj "0.9.0"]])