Skip to content

Commit

Permalink
#173 update example for Yew (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <[email protected]>
Co-authored-by: Andrei Gherghescu <[email protected]>
  • Loading branch information
yunaka354 and andrei-ng authored Jun 18, 2024
1 parent a6fd29b commit 99ba4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/wasm-yew-minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wasm-yew-minimal"
version = "0.1.0"
authors = ["Michael Freeborn <[email protected]>"]
authors = ["Michael Freeborn <[email protected]>", "Yuichi Nakamura <[email protected]>"]
edition = "2021"

[dependencies]
plotly = { path = "../../plotly", features = ["wasm"] }
yew = "0.21.0"
yew-hooks = "0.3.2"
log = "0.4.6"
wasm-logger = "0.2"
wasm-logger = "0.2"

0 comments on commit 99ba4ff

Please sign in to comment.