kas 0.0.2

GUI Toolkit Abstraction System
Documentation
[package]
name = "kas"
version = "0.0.2"
authors = ["Diggory Hardy <git@dhardy.name>"]
edition = "2018"
license = "Apache-2.0"
description = "GUI Toolkit Abstraction System"
keywords = ["gui"]
categories = ["gui"]
repository = "https://gitlab.com/dhardy/kas"

[features]
# Enable an internal layout solver. Currently this uses Cassowary.
# Not required by all toolkits. Not currently functional.
layout = ["cassowary", "kas-macros/cassowary"]
# Not currently functional.
cassowary = []

[dependencies]
# cassowary = { git = "https://github.com/dhardy/cassowary-rs", optional = true }
kas-macros = { version = "=0.0.2", path = "kas-macros" }

[workspace]
members = ["kas-gtk", "kas-macros"]