view project.clj @ 156:dc13cacf3a43

API changes (themed, hinted, add-handlers); formatting.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 16 Apr 2014 00:10:48 +0400
parents 86d0358d38c7
children a51fcaf00264
line source
1 (defproject indyvon "0.1.0-SNAPSHOT"
2 :description "INteractive DYnamic VisualizatiON: an experimental GUI library"
3 :url "https://bitbucket.org/kryshen/indyvon"
4 :license {:name "GNU LGPL version 3"
5 :url "http://www.gnu.org/licenses/lgpl-3.0.html"}
6 :warn-on-reflection true
7 ; :main indyvon.demo
8 :dependencies [[org.clojure/clojure "1.6.0"]
9 [com.google.guava/guava "16.0.1"]])