limn-layout 0.0.1

Auto layout for GUIs, high level wrapper around cassowary-rs
Documentation
[package]
name = "limn-layout"
version = "0.0.1"
authors = ["Chris Tolliday <ctolliday@gmail.com>"]
keywords = ["gui", "layout", "cassowary"]
categories = ["gui"]
description = "Auto layout for GUIs, high level wrapper around cassowary-rs"
license = "MIT OR Apache-2.0"
repository = "https://github.com/christolliday/limn.git"
homepage = "https://github.com/christolliday/limn"

[dependencies]
cassowary = "0.3.0"
euclid = "0.15.1"
log = "0.3"
lazy_static = "0.2.2"

[dev-dependencies]
maplit = "0.1.4"