SHARE
TWEET

Untitled

a guest Sep 27th, 2014 242 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject tetsujin "0.1.0-SNAPSHOT"
  2.   :description "A simple game powered by CES."
  3.   :url "http://github.com/joshuafcole/tetsujin"
  4.   :dependencies [[org.clojure/clojure "1.6.0"]
  5.                  [org.clojure/core.typed "0.2.66"]
  6.                  [net.mikera/vectorz-clj "0.25.0"]
  7.                  [com.badlogicgames.gdx/gdx "1.3.1"]
  8.                  [com.badlogicgames.gdx/gdx-backend-lwjgl "1.3.1"]
  9.                  [com.badlogicgames.gdx/gdx-platform "1.3.1"
  10.                   :classifier "natives-desktop"]
  11.                  [play-clj "0.4.1-SNAPSHOT"]]
  12.   :java-source-paths ["src/java/ext"]
  13.   :profiles {:dev
  14.              {:dependencies [[alembic "0.2.1"]]}}
  15.   :main tetsujin.core)
  16.  
  17.  
  18.  
  19. ;;; Lein Generated:
  20. (defproject tetsujin "0.0.1-SNAPSHOT"
  21.   :description "FIXME: write description"
  22.  
  23.   :dependencies [[com.badlogicgames.gdx/gdx "1.3.1"]
  24.                  [com.badlogicgames.gdx/gdx-backend-lwjgl "1.3.1"]
  25.                  [com.badlogicgames.gdx/gdx-box2d "1.3.1"]
  26.                  [com.badlogicgames.gdx/gdx-box2d-platform "1.3.1"
  27.                   :classifier "natives-desktop"]
  28.                  [com.badlogicgames.gdx/gdx-bullet "1.3.1"]
  29.                  [com.badlogicgames.gdx/gdx-bullet-platform "1.3.1"
  30.                   :classifier "natives-desktop"]
  31.                  [com.badlogicgames.gdx/gdx-platform "1.3.1"
  32.                   :classifier "natives-desktop"]
  33.                  [org.clojure/clojure "1.6.0"]
  34.                  [play-clj "0.4.1-SNAPSHOT"]]
  35.  
  36.   :source-paths ["src" "src-common"]
  37.   :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
  38.   :aot [tetsujin.core.desktop-launcher]
  39.   :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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top