Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov committed Sep 2, 2023
1 parent 6712c04 commit 9175c78
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 98 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i_shape_js"
version = "0.2.1"
version = "0.2.2"
authors = ["Nail Sharipov <[email protected]>"]
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."
Expand All @@ -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"
Expand Down
Binary file modified docs-gen/src/js/i_shape/i_shape_js_bg.wasm
Binary file not shown.
16 changes: 0 additions & 16 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,22 +187,6 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/chapter_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,6 @@ <h1 id="chapter-1"><a class="header" href="#chapter-1">Chapter 1</a></h1>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/demo/editor_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,22 +348,6 @@ <h3 class="test-title" id="test-name">Title</h3>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/demo/stars_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,22 +355,6 @@ <h3 id="clip-star" class="title"><a class="header" href="#clip-star">Clip Star</

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,22 +349,6 @@ <h3 id="clip-star" class="title"><a class="header" href="#clip-star">Clip Star</

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
Binary file modified docs/js/i_shape/i_shape_js_bg.wasm
Binary file not shown.
16 changes: 0 additions & 16 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -656,22 +656,6 @@ <h3 class="test-title" id="test-name">Title</h3>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
Binary file modified pkg/i_shape_js_bg.wasm
Binary file not shown.

0 comments on commit 9175c78

Please sign in to comment.