2013-03-06 04:14:20 +00:00
|
|
|
(defproject hottub "1.0.0-SNAPSHOT"
|
|
|
|
:description "Hot Tub Time Machine Game Engine"
|
2013-03-09 15:27:42 +00:00
|
|
|
:aot [hottub.slick]
|
|
|
|
:main hottub.core
|
|
|
|
:native-path "native"
|
|
|
|
:jvm-opts ["-Djava.library.path=native"]
|
|
|
|
:dependencies [[org.clojure/clojure "1.5.0"]
|
|
|
|
[ns-tracker "0.2.1"]
|
2013-03-10 08:54:09 +00:00
|
|
|
[org.clojure/tools.nrepl "0.2.2"]
|
2013-03-09 15:27:42 +00:00
|
|
|
[org.clojars.jyaan/slick "247.1"]
|
|
|
|
[org.clojars.jyaan/slick-native "247.1"]
|
|
|
|
[org.clojars.jyaan/slick-lwjgl "247.1"]])
|