Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support domain specific variable type #11

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cassowary"
version = "0.3.0"
authors = ["Dylan Ede <[email protected]>"]
version = "0.4.0"
authors = ["Dylan Ede <[email protected]>", "Schell Scivally <[email protected]>"]
description = """
A Rust implementation of the Cassowary linear constraint solving algorithm.

Expand All @@ -16,3 +16,4 @@ license = "MIT / Apache-2.0"
keywords = ["constraint", "simplex", "user", "interface", "layout"]

[dependencies]
ordered-float = "1.0"
Loading