Skip to content

Commit 99ba4ff

Browse files
yunaka354andrei-ng
andauthored
#173 update example for Yew (#174)
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Co-authored-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent a6fd29b commit 99ba4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/wasm-yew-minimal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "wasm-yew-minimal"
33
version = "0.1.0"
4-
authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
4+
authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>", "Yuichi Nakamura <yuichi.nakamura86@gmail.com>"]
55
edition = "2021"
66

77
[dependencies]
88
plotly = { path = "../../plotly", features = ["wasm"] }
99
yew = "0.21.0"
1010
yew-hooks = "0.3.2"
1111
log = "0.4.6"
12-
wasm-logger = "0.2"
12+
wasm-logger = "0.2"

0 commit comments

Comments
 (0)