Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
urschrei committed Mar 27, 2023
1 parent c160bc9 commit 32e7552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robust"
version = "0.2.3"
version = "1.0.0"
description = "Robust adaptive floating-point predicates for computational geometry"
authors = [
"The Spade Developers",
Expand All @@ -11,8 +11,8 @@ repository = "https://github.com/georust/robust"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["robustness", "stability"]
categories = ["algorithms", "graphics", "science"]
keywords = ["geometry", "robustness", "stability"]
categories = ["algorithms", "graphics", "science::geo"]

[dependencies]
ieee754 = { version = "0.2", optional = true } # https://github.com/rust-lang/rust/issues/50145
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# robust
# Adaptive Precision Floating-Point Arithmetic and Fast Robust Predicates for Computational Geometry

[Robust](https://observablehq.com/@mourner/non-robust-arithmetic-as-art) predicates for computational geometry.
[Interactive notebook](https://observablehq.com/@mourner/non-robust-arithmetic-as-art) predicates for computational geometry.

[API Documentation](https://docs.rs/robust)

Expand Down

0 comments on commit 32e7552

Please sign in to comment.