Skip to content

Commit

Permalink
fix: add bug fixes from Clipper2 C++ library
Browse files Browse the repository at this point in the history
Update to the latest Clipper2 release 1.4.0 and include some additional
commits that as added the week after. The changes will reduce the amount
of clipping bugs, the api of this crate stays the same. The fixes was
added via the clipper2c-sys crate version 0.1.4.
  • Loading branch information
tirithen committed Jul 30, 2024
1 parent 1b57718 commit 58d2653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clipper2"
version = "0.4.0"
version = "0.4.1"
authors = ["Fredrik Söderström <tirithen@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -18,7 +18,7 @@ serde = ["dep:serde", "clipper2c-sys/serde"]

[dependencies]
libc = "0.2"
clipper2c-sys = "0.1.3"
clipper2c-sys = "0.1.4"
thiserror = "1.0.59"
serde = { version = "1", features = ["derive"], optional = true }

Expand Down

0 comments on commit 58d2653

Please sign in to comment.