view project.clj @ 106:f42e2b9e1ad9

Removed Anchored protocol, "layer-size" function in Layer replaced with "geometry" which returns a structure describing both layer size and anchor point. Indyvon now requires Clojure 1.3.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 21 Sep 2011 02:27:11 +0300
parents 9874107e3e96
children 5fdb0bb99f75
line source
1 (defproject indyvon "1.0.0-SNAPSHOT"
2 :description "INteractive DYnamic VisualizatiON library"
3 ;;:warn-on-reflection true
4 :dependencies [[org.clojure/clojure "1.3.0-RC0"]
5 [com.google.guava/guava "r09"]]
6 ;;:aot [net.kryshen.indyvon.core
7 ;; net.kryshen.indyvon.async
8 ;; net.kryshen.indyvon.layers
9 ;; net.kryshen.indyvon.component
10 ;; net.kryshen.indyvon.demo]
11 :main net.kryshen.indyvon.demo)