Skip to content

Commit 2e146e2

Browse files
author
bors-servo
authored
Auto merge of #190 - mbrubeck:docs, r=kvark
Add some more descriptive data to README and Cargo.toml <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/190) <!-- Reviewable:end -->
2 parents 9753545 + f582568 commit 2e146e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors = ["The Servo Project Developers"]
55
description = "Geometry primitives"
66
documentation = "https://docs.rs/euclid/"
77
repository = "https://github.com/servo/euclid"
8+
keywords = ["matrix", "vector", "linear-algebra", "geometry"]
9+
categories = ["science"]
810
license = "MIT / Apache-2.0"
911

1012
[features]

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# euclid
22

3-
This is a small library for geometric types.
3+
This is a small library for geometric types with a focus on 2d graphics and
4+
layout.
45

5-
[Documentation](https://docs.rs/euclid/)
6+
* [Documentation](https://docs.rs/euclid/)
7+
* [Release notes](https://github.com/servo/euclid/releases)
8+
* [crates.io](https://crates.io/crates/euclid)

0 commit comments

Comments
 (0)