Move to deps.edn
This commit is contained in:
parent
52fc05caea
commit
5037ed3985
4 changed files with 7 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
/.cpcache/
|
||||||
|
|
||||||
# Created by https://www.gitignore.io/api/clojure
|
# Created by https://www.gitignore.io/api/clojure
|
||||||
|
|
||||||
|
|
|
||||||
1
.joker
1
.joker
|
|
@ -1 +0,0 @@
|
||||||
{:known-macros [quil.core/defsketch]}
|
|
||||||
6
deps.edn
Normal file
6
deps.edn
Normal 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"}}}
|
||||||
10
project.clj
10
project.clj
|
|
@ -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"]])
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue