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

Add some more descriptive data to README and Cargo.toml #190

Merged
merged 1 commit into from May 1, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add some more descriptive data to README and Cargo.toml

  • Loading branch information
mbrubeck committed May 1, 2017
commit f5825689785cbfaf0290987520290e7aa8f406da
@@ -5,6 +5,8 @@ authors = ["The Servo Project Developers"]
description = "Geometry primitives"
documentation = "https://docs.rs/euclid/"
repository = "https://github.com/servo/euclid"
keywords = ["matrix", "vector", "linear-algebra", "geometry"]
categories = ["science"]
license = "MIT / Apache-2.0"

[features]
@@ -1,5 +1,8 @@
# euclid

This is a small library for geometric types.
This is a small library for geometric types with a focus on 2d graphics and
layout.

[Documentation](https://docs.rs/euclid/)
* [Documentation](https://docs.rs/euclid/)
* [Release notes](https://github.com/servo/euclid/releases)
* [crates.io](https://crates.io/crates/euclid)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.