SHARE
TWEET
Untitled
a guest
Sep 27th, 2014
242
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- (defproject tetsujin "0.1.0-SNAPSHOT"
- :description "A simple game powered by CES."
- :url "http://github.com/joshuafcole/tetsujin"
- :dependencies [[org.clojure/clojure "1.6.0"]
- [org.clojure/core.typed "0.2.66"]
- [net.mikera/vectorz-clj "0.25.0"]
- [com.badlogicgames.gdx/gdx "1.3.1"]
- [com.badlogicgames.gdx/gdx-backend-lwjgl "1.3.1"]
- [com.badlogicgames.gdx/gdx-platform "1.3.1"
- :classifier "natives-desktop"]
- [play-clj "0.4.1-SNAPSHOT"]]
- :java-source-paths ["src/java/ext"]
- :profiles {:dev
- {:dependencies [[alembic "0.2.1"]]}}
- :main tetsujin.core)
- ;;; Lein Generated:
- (defproject tetsujin "0.0.1-SNAPSHOT"
- :description "FIXME: write description"
- :dependencies [[com.badlogicgames.gdx/gdx "1.3.1"]
- [com.badlogicgames.gdx/gdx-backend-lwjgl "1.3.1"]
- [com.badlogicgames.gdx/gdx-box2d "1.3.1"]
- [com.badlogicgames.gdx/gdx-box2d-platform "1.3.1"
- :classifier "natives-desktop"]
- [com.badlogicgames.gdx/gdx-bullet "1.3.1"]
- [com.badlogicgames.gdx/gdx-bullet-platform "1.3.1"
- :classifier "natives-desktop"]
- [com.badlogicgames.gdx/gdx-platform "1.3.1"
- :classifier "natives-desktop"]
- [org.clojure/clojure "1.6.0"]
- [play-clj "0.4.1-SNAPSHOT"]]
- :source-paths ["src" "src-common"]
- :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
- :aot [tetsujin.core.desktop-launcher]
- :main tetsujin.core.desktop-launcher)
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
