Use Libgdx 1.0.0
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user