Initial import
This commit is contained in:
6
common/project.clj
Normal file
6
common/project.clj
Normal 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" :use-resources true]
|
||||
[org.clojure/clojure "1.5.1"]])
|
||||
Reference in New Issue
Block a user