Remove platform-specific projects

This commit is contained in:
oakes
2013-12-31 22:29:57 -05:00
parent 3446cd0761
commit b711031e80
12 changed files with 1 additions and 24 deletions

6
project.clj Normal file
View File

@@ -0,0 +1,6 @@
(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"]
[org.clojure/clojure "1.5.1"]])