Initial import

This commit is contained in:
oakes
2013-12-29 02:35:49 -05:00
parent f4e4a58035
commit ec40af834a
9 changed files with 91 additions and 4 deletions

6
android/project.clj Normal file
View File

@@ -0,0 +1,6 @@
(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"]])

View File

@@ -0,0 +1 @@
(ns play-clj.android)