Use Libgdx 1.0.0

This commit is contained in:
oakes
2014-04-20 16:23:27 -04:00
parent 0e1930f68e
commit c8d6230d69
11 changed files with 18 additions and 20 deletions

View File

@@ -3,12 +3,10 @@
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[com.badlogicgames.gdx/gdx "1.0-SNAPSHOT"]
[com.badlogicgames.gdx/gdx-box2d "1.0-SNAPSHOT"]
[com.badlogicgames.gdx/gdx-bullet "1.0-SNAPSHOT"]
:dependencies [[com.badlogicgames.gdx/gdx "1.0.0"]
[com.badlogicgames.gdx/gdx-box2d "1.0.0"]
[com.badlogicgames.gdx/gdx-bullet "1.0.0"]
[org.clojure/clojure "1.6.0"]]
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/snapshots/"]]
:source-paths ["src"]
:java-source-paths ["src-java"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"])