forked from vislyhq/stretch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement new rust API for bindings and release v0.3
- Loading branch information
Emil Sjölander
committed
Jul 5, 2019
1 parent
a149c6b
commit bce89b1
Showing
35 changed files
with
2,664 additions
and
1,739 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 = "stretch" | ||
version = "0.2.2" | ||
version = "0.3.2" | ||
authors = ["Emil Sjölander <[email protected]>"] | ||
edition = "2018" | ||
include = ["src/**/*", "Cargo.toml"] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "stretch-layout" | ||
version = "0.2.2" | ||
version = "0.3.2" | ||
authors = ["Visly Inc. <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -13,7 +13,7 @@ default = ["console_error_panic_hook"] | |
[dependencies] | ||
wasm-bindgen = "0.2" | ||
js-sys = "0.3" | ||
stretch = "0.2.2" | ||
stretch = "0.3.2" | ||
|
||
# The `console_error_panic_hook` crate provides better debugging of panics by | ||
# logging them with `console.error`. This is great for development, but requires | ||
|
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
Oops, something went wrong.