Update to libGDX 1.5.0

This commit is contained in:
oakes
2014-12-15 13:22:20 -05:00
parent 5b874400d4
commit bfaa4c9cc1
18 changed files with 25 additions and 25 deletions

View File

@@ -1,13 +1,13 @@
(defproject {{app-name}} "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "1.4.1" :use-resources true]
[com.badlogicgames.gdx/gdx-backend-android "1.4.1"]
[com.badlogicgames.gdx/gdx-box2d "1.4.1"]
[com.badlogicgames.gdx/gdx-bullet "1.4.1"]
:dependencies [[com.badlogicgames.gdx/gdx "1.5.0" :use-resources true]
[com.badlogicgames.gdx/gdx-backend-android "1.5.0"]
[com.badlogicgames.gdx/gdx-box2d "1.5.0"]
[com.badlogicgames.gdx/gdx-bullet "1.5.0"]
[neko/neko "3.0.2"]
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[play-clj "0.4.2"]]
[play-clj "0.4.3-SNAPSHOT"]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
[compliment "0.1.4"]]
:android {:aot :all-with-unused}}

View File

@@ -1,18 +1,18 @@
(defproject {{app-name}} "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "1.4.1"]
[com.badlogicgames.gdx/gdx-backend-lwjgl "1.4.1"]
[com.badlogicgames.gdx/gdx-box2d "1.4.1"]
[com.badlogicgames.gdx/gdx-box2d-platform "1.4.1"
:dependencies [[com.badlogicgames.gdx/gdx "1.5.0"]
[com.badlogicgames.gdx/gdx-backend-lwjgl "1.5.0"]
[com.badlogicgames.gdx/gdx-box2d "1.5.0"]
[com.badlogicgames.gdx/gdx-box2d-platform "1.5.0"
:classifier "natives-desktop"]
[com.badlogicgames.gdx/gdx-bullet "1.4.1"]
[com.badlogicgames.gdx/gdx-bullet-platform "1.4.1"
[com.badlogicgames.gdx/gdx-bullet "1.5.0"]
[com.badlogicgames.gdx/gdx-bullet-platform "1.5.0"
:classifier "natives-desktop"]
[com.badlogicgames.gdx/gdx-platform "1.4.1"
[com.badlogicgames.gdx/gdx-platform "1.5.0"
:classifier "natives-desktop"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.4.2"]]
[play-clj "0.4.3-SNAPSHOT"]]
:source-paths ["src" "src-common"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

View File

@@ -1,11 +1,11 @@
(defproject {{app-name}} "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[com.badlogicgames.gdx/gdx "1.4.1"]
[com.badlogicgames.gdx/gdx-backend-robovm "1.4.1"]
[com.badlogicgames.gdx/gdx-box2d "1.4.1"]
[com.badlogicgames.gdx/gdx-bullet "1.4.1"]
:dependencies [[com.badlogicgames.gdx/gdx "1.5.0"]
[com.badlogicgames.gdx/gdx-backend-robovm "1.5.0"]
[com.badlogicgames.gdx/gdx-box2d "1.5.0"]
[com.badlogicgames.gdx/gdx-bullet "1.5.0"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.4.2"]]
[play-clj "0.4.3-SNAPSHOT"]]
:source-paths ["src/clojure" "../desktop/src-common"]
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]