Skip to content

Commit 959df5b

Browse files
committed
up ver
1 parent 29b96c1 commit 959df5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iOverlay/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i_overlay"
3-
version = "4.2.2"
3+
version = "4.3.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."
@@ -12,8 +12,8 @@ categories = ["algorithms", "graphics", "science::geo", "mathematics", "no-std"]
1212

1313
[dependencies]
1414
i_float = { version = "~1.16.0" }
15-
i_shape = { version = "~1.15.0" }
16-
i_tree = { version = "~0.16.0" }
15+
i_shape = { version = "~1.16.0" }
16+
i_tree = { version = "~0.17.0" }
1717
i_key_sort = { version = "~0.10.1" }
1818

1919
#i_float = { path = "../../iFloat"}
@@ -38,4 +38,4 @@ rand = { version = "~0.9", features = ["alloc"] }
3838
#i_float = { path = "../../iFloat", features = ["serde"] }
3939
#i_shape = { path = "../../iShape", features = ["serde"] }
4040
i_float = { version = "~1.16.0", features = ["serde"] }
41-
i_shape = { version = "~1.15.0", features = ["serde"] }
41+
i_shape = { version = "~1.16.0", features = ["serde"] }

0 commit comments

Comments
 (0)