Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tgk
Created July 19, 2010 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgk/481194 to your computer and use it in GitHub Desktop.
Save tgk/481194 to your computer and use it in GitHub Desktop.
(defproject testing "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
[penumbra "0.6.0-SNAPSHOT"]]
:native-dependencies [[penumbra/lwjgl "2.4.2"]]
:dev-dependencies [[native-deps "1.0.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment