Skip to content

Instantly share code, notes, and snippets.

@tgk
Created July 16, 2010 07:16
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/478049 to your computer and use it in GitHub Desktop.
Save tgk/478049 to your computer and use it in GitHub Desktop.
(defproject penumbra-fail "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[penumbra "0.5.0"]]
:native-dependencies [[lwjgl "2.2.2"]]
:dev-dependencies [[lein-run "1.0.0-SNAPSHOT"]
[native-deps "1.0.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment