From f0fa4a9921348305adeac4c92ece81d56b36d789 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 19 Apr 2014 12:10:50 -0400 Subject: [PATCH] Add box2d to dependencies --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index c25b574..f540b1b 100644 --- a/project.clj +++ b/project.clj @@ -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"