9 lines
405 B
Clojure
9 lines
405 B
Clojure
(defproject play-clj-desktop "0.1.0-SNAPSHOT"
|
|
:description "Library for making desktop games"
|
|
:license {:name "Public Domain"
|
|
:url "http://unlicense.org/UNLICENSE"}
|
|
:dependencies [[com.badlogicgames.gdx/gdx-backend-lwjgl "0.9.9"]
|
|
[com.badlogicgames.gdx/gdx-platform "0.9.9"
|
|
:classifier "natives-desktop"]
|
|
[play-clj "0.1.0-SNAPSHOT"]])
|