Add url and description

This commit is contained in:
oakes
2013-12-31 22:44:34 -05:00
parent b711031e80
commit 9c7e9c542a

View File

@@ -1,5 +1,6 @@
(defproject play-clj "0.1.0-SNAPSHOT"
:description "Library for making cross-platform games"
:description "A LibGDX wrapper for easy cross-platform game development"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]