Skip to content

Commit 99ba4ff

Browse files
yunaka354andrei-ng
andauthored
#173 update example for Yew (#174)
Signed-off-by: Andrei Gherghescu <[email protected]> Co-authored-by: Andrei Gherghescu <[email protected]>
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

+2-2
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 <[email protected]>"]
4+
authors = ["Michael Freeborn <[email protected]>", "Yuichi Nakamura <[email protected]>"]
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)