diff --git a/Cargo.toml b/Cargo.toml index 9dbdf66..2319b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i_shape_js" -version = "0.2.1" +version = "0.2.2" authors = ["Nail Sharipov "] edition = "2021" description = "A poly-bool library that supports main operations such as union, intersection, difference, xor, and self-intersection by the even-odd rule. This algorithm is based on Vatti clipping ideas but is an original implementation." @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] i_float = "^0.1.0" i_shape = "^0.1.0" -i_overlay = "^0.2.0" +i_overlay = "^0.2.2" wasm-bindgen = "0.2" diff --git a/docs-gen/src/js/i_shape/i_shape_js_bg.wasm b/docs-gen/src/js/i_shape/i_shape_js_bg.wasm index d9809e9..00cece1 100644 Binary files a/docs-gen/src/js/i_shape/i_shape_js_bg.wasm and b/docs-gen/src/js/i_shape/i_shape_js_bg.wasm differ diff --git a/docs/404.html b/docs/404.html index 3690111..faaedd7 100644 --- a/docs/404.html +++ b/docs/404.html @@ -187,22 +187,6 @@

- - diff --git a/docs/chapter_1.html b/docs/chapter_1.html index 041971e..77712f3 100644 --- a/docs/chapter_1.html +++ b/docs/chapter_1.html @@ -191,22 +191,6 @@

Chapter 1

- - diff --git a/docs/demo/editor_demo.html b/docs/demo/editor_demo.html index 66f78cd..0ae37ad 100644 --- a/docs/demo/editor_demo.html +++ b/docs/demo/editor_demo.html @@ -348,22 +348,6 @@

Title

- - diff --git a/docs/demo/stars_demo.html b/docs/demo/stars_demo.html index a585c81..d0bbfc3 100644 --- a/docs/demo/stars_demo.html +++ b/docs/demo/stars_demo.html @@ -355,22 +355,6 @@

Clip Star - - diff --git a/docs/index.html b/docs/index.html index 0be7dd6..28d7a9a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -349,22 +349,6 @@

Clip Star - - diff --git a/docs/js/i_shape/i_shape_js_bg.wasm b/docs/js/i_shape/i_shape_js_bg.wasm index d9809e9..00cece1 100644 Binary files a/docs/js/i_shape/i_shape_js_bg.wasm and b/docs/js/i_shape/i_shape_js_bg.wasm differ diff --git a/docs/print.html b/docs/print.html index 8e24f20..ae75203 100644 --- a/docs/print.html +++ b/docs/print.html @@ -656,22 +656,6 @@

Title

- - diff --git a/pkg/i_shape_js_bg.wasm b/pkg/i_shape_js_bg.wasm index ee3370d..00cece1 100644 Binary files a/pkg/i_shape_js_bg.wasm and b/pkg/i_shape_js_bg.wasm differ