Skip to content

Commit 1eb9054

Browse files
Merge pull request #60 from iShape-Rust/feature/4.4.0
2 parents adb4c69 + 5bfd7b0 commit 1eb9054

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

iOverlay/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i_overlay"
3-
version = "4.3.0"
3+
version = "4.4.0"
44
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
55
edition = "2024"
66
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties."
@@ -13,8 +13,8 @@ categories = ["algorithms", "graphics", "science::geo", "mathematics", "no-std"]
1313
[dependencies]
1414
i_float = { version = "~1.16.0" }
1515
i_shape = { version = "~1.16.0" }
16-
i_tree = { version = "~0.17.0" }
17-
i_key_sort = { version = "~0.10.1" }
16+
i_tree = { version = "^0.17.0" }
17+
i_key_sort = { version = "^0.10.1" }
1818

1919
#i_float = { path = "../../iFloat"}
2020
#i_shape = { path = "../../iShape"}

iOverlay/src/core/relate.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ use i_shape::int::shape::{IntContour, IntShape};
2222
///
2323
/// # Example
2424
///
25-
/// ```ignore
25+
/// ```
2626
/// use i_overlay::core::relate::PredicateOverlay;
2727
/// use i_overlay::core::overlay::ShapeType;
28-
/// use i_overlay::segm::build::BuildSegments;
2928
///
3029
/// let mut overlay = PredicateOverlay::new(16);
3130
/// // Add subject and clip segments...

0 commit comments

Comments
 (0)