forked from quil/quil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
16 lines (16 loc) · 939 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(defproject quil "1.7.0"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"
:mailing-list {:name "Quil Mailing List"
:archive "https://groups.google.com/forum/?fromgroups#!forum/clj-processing"
:post "[email protected]"}
:license {:name "Common Public License - v 1.0"
:url "http://www.opensource.org/licenses/cpl1.0"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojars.processing-core/org.processing.core "1.5.1"]
[org.clojars.processing-core/org.processing.gluegen-rt "1.5.1"]
[org.clojars.processing-core/org.processing.jogl "1.5.1"]
[org.clojars.processing-core/org.processing.opengl "1.5.1"]
[org.clojars.processing-core/org.processing.itext "1.5.1"]
[org.clojars.processing-core/org.processing.pdf "1.5.1"]]
:aot [quil.applet])