-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aagu/replace rust-geo-booleanop with geoclipper (#41)
* swapped out geo-booleanop through geo-clipper, because of issue 21re/rust-geo-booleanop#17 * made clippy happy * added mutually exclusive feature-flags "wasm-compatible" and "wasm-incompatible" the wasm-compatible variant includes the lib geo-booleanop that is currently in some cases not reliable the wasm-incompatible variant includes the lib geo-clipper seems to be more reliable, faster but not wasm-compatible * cargo fmt
- Loading branch information
1 parent
18619ec
commit 795d059
Showing
4 changed files
with
41 additions
and
10 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,3 +1,4 @@ | ||
/.idea/ | ||
/target | ||
/Cargo.lock | ||
TODO.md |
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