Mercurial > hg > indyvon
view project.clj @ 159:2a93c3ca0244
Variants of vbox and hbox that fill available space.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Tue, 18 Nov 2014 00:41:05 +0300 |
parents | ed36fcf061de |
children | a51fcaf00264 |
line wrap: on
line source
(defproject indyvon "0.1.0-SNAPSHOT" :description "INteractive DYnamic VisualizatiON: an experimental GUI library" :url "https://bitbucket.org/kryshen/indyvon" :license {:name "GNU LGPL version 3" :url "http://www.gnu.org/licenses/lgpl-3.0.html"} :warn-on-reflection true ; :main indyvon.demo :dependencies [[org.clojure/clojure "1.6.0"] [com.google.guava/guava "16.0.1"]])