A great deal of change, mainly tidy-up and documentation, but also

added reading heightmaps.
This commit is contained in:
simon 2014-07-03 20:17:24 +01:00
parent 580ebb0e8e
commit 8a00e5c0da
7 changed files with 253 additions and 108 deletions

View file

@ -3,5 +3,8 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-marginalia "0.7.1"]]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/math.combinatorics "0.0.7"]])
[org.clojure/math.combinatorics "0.0.7"]
[net.mikera/imagez "0.3.1"]
[fivetonine/collage "0.2.0"]])