Skip to content

Commit

Permalink
Add some more descriptive data to README and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed May 1, 2017
1 parent 28e6df4 commit f582568
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit f582568

Please sign in to comment.