Add box2d to dependencies

This commit is contained in:
oakes
2014-04-19 12:10:50 -04:00
parent 96a7ded004
commit f0fa4a9921

View File

@@ -4,6 +4,7 @@
: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"]
[org.clojure/clojure "1.6.0"]]
:repositories [["sonatype"