Files
play-clj/common/project.clj
2013-12-29 02:35:49 -05:00

7 lines
302 B
Clojure

(defproject play-clj "0.1.0-SNAPSHOT"
:description "Library for making cross-platform games"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9" :use-resources true]
[org.clojure/clojure "1.5.1"]])