Skip to content

Commit

Permalink
clj-processing now works with leiningen
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Dec 1, 2009
1 parent f2d4f26 commit 4bac5fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
rosado.processing.jar
lib/*
lib/*
classes/
pom-generated.xml
pom.xml
6 changes: 6 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(defproject rosado.processing "1.0.7"
:description "A wrapper for Processing in Clojure."
:dependencies [[org.clojars.fyuryu/processing.core "1.0.7"]
[org.clojure/clojure "1.1.0-alpha-SNAPSHOT"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]]
:repositories [["clojars" "http://clojars.org/repo"]])

0 comments on commit 4bac5fb

Please sign in to comment.