change
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
:manifest {"Implementation-Version" ~version}
|
||||
|
||||
:uberjar-name "advent-standalone.jar"
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.5"]
|
||||
[com.badlogicgames.gdx/gdx-backend-lwjgl3 "1.9.5"]
|
||||
[com.badlogicgames.gdx/gdx-platform "1.9.5" :classifier "natives-desktop"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.6"]
|
||||
[com.badlogicgames.gdx/gdx-backend-lwjgl3 "1.9.6"]
|
||||
[com.badlogicgames.gdx/gdx-platform "1.9.6" :classifier "natives-desktop"]
|
||||
[org.clojure/clojure "1.8.0"]
|
||||
[org.clojars.notid/tools.logging "0.3.2-SNAPSHOT"]
|
||||
[play-clj "0.4.6-BRYCE"]
|
||||
@@ -43,7 +43,7 @@
|
||||
:dev {
|
||||
:source-paths ["src" "src-common" "src-dev"]
|
||||
:jvm-opts ["-Duse-repl=true" "-Dui_scale=1.0" "-Dno-steam=true" "-Dclojure.compiler.direct-linking=true" "-Dis-desktop=true" "-Dplatform=desktop" "-XstartOnFirstThread" #_"-Dorg.lwjgl.util.Debug=true"]
|
||||
:dependencies [#_[com.badlogicgames.gdx/gdx-tools "1.9.5"]
|
||||
:dependencies [#_[com.badlogicgames.gdx/gdx-tools "1.9.6"]
|
||||
[org.clojure/tools.nrepl "0.2.12"]
|
||||
[play-clj-nrepl "0.1.0" :exclusions [play-clj]]
|
||||
[slamhound "1.5.5"]
|
||||
@@ -53,7 +53,7 @@
|
||||
:mobile-dev {
|
||||
:source-paths ["src" "src-common" "src-dev"]
|
||||
:jvm-opts ["-Duse-repl=true" "-Dui_scale=1.5" "-Dno-steam=true" "-Dclojure.compiler.direct-linking=true" "-Dis-desktop=true" "-Dplatform=desktop"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx-tools "1.9.5"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx-tools "1.9.6"]
|
||||
[org.clojure/tools.nrepl "0.2.12"]
|
||||
[play-clj-nrepl "0.1.0" :exclusions [play-clj]]
|
||||
[slamhound "1.5.5"]
|
||||
@@ -73,7 +73,7 @@
|
||||
:steam-dev {
|
||||
:source-paths ["src" "src-common" "src-dev"]
|
||||
:jvm-opts ["-Duse-repl=true" "-Dui_scale=1.0" "-Dis-desktop=true" "-Dplatform=desktop" "-XstartOnFirstThread" ]
|
||||
:dependencies [#_[com.badlogicgames.gdx/gdx-tools "1.9.5"]
|
||||
:dependencies [#_[com.badlogicgames.gdx/gdx-tools "1.9.6"]
|
||||
[org.clojure/tools.nrepl "0.2.7"]
|
||||
[play-clj-nrepl "0.1.0" :exclusions [play-clj]]
|
||||
[slamhound "1.5.5"]
|
||||
|
||||
Reference in New Issue
Block a user