From 99ba4ffcae3820cd33287d4469718336ed6b6728 Mon Sep 17 00:00:00 2001 From: Yuichi Nakamura <153576294+yunaka354@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:57:35 +0900 Subject: [PATCH] #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> --- examples/wasm-yew-minimal/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wasm-yew-minimal/Cargo.toml b/examples/wasm-yew-minimal/Cargo.toml index 86b11c3e..cef3d180 100644 --- a/examples/wasm-yew-minimal/Cargo.toml +++ b/examples/wasm-yew-minimal/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-yew-minimal" version = "0.1.0" -authors = ["Michael Freeborn "] +authors = ["Michael Freeborn ", "Yuichi Nakamura "] edition = "2021" [dependencies] @@ -9,4 +9,4 @@ plotly = { path = "../../plotly", features = ["wasm"] } yew = "0.21.0" yew-hooks = "0.3.2" log = "0.4.6" -wasm-logger = "0.2" \ No newline at end of file +wasm-logger = "0.2"