-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8a88c1
commit 910d820
Showing
8 changed files
with
21 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "i_overlay" | ||
version = "1.7.4" | ||
version = "1.8.0" | ||
authors = ["Nail Sharipov <[email protected]>"] | ||
edition = "2021" | ||
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties." | ||
|
@@ -9,13 +9,13 @@ repository = "https://github.com/iShape-Rust/iOverlay" | |
readme = "README.md" | ||
|
||
[dependencies] | ||
#i_float = { version = "~1.3.0" } | ||
#i_shape = { version = "~1.3.0" } | ||
i_float = { version = "~1.4.0" } | ||
i_shape = { version = "~1.4.0" } | ||
i_tree = { version = "~0.8.3" } | ||
i_key_sort = { version = "~0.2.0" } | ||
|
||
i_float = { path = "../iFloat" } | ||
i_shape = { path = "../iShape" } | ||
#i_float = { path = "../iFloat" } | ||
#i_shape = { path = "../iShape" } | ||
#i_tree = { path = "../iTree" } | ||
#i_key_sort = { path = "../iKeySort" } | ||
|
||
|
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
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
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
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