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

7 lines
297 B
Clojure

(defproject play-clj-android "0.1.0-SNAPSHOT"
:description "Library for making Android games"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[com.badlogicgames.gdx/gdx-backend-android "0.9.9"]
[play-clj "0.1.0-SNAPSHOT"]])