-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some more descriptive data to README and Cargo.toml
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |