From 876842162573a9e52567d337714dc1a6ddc3b0cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 05:49:28 +0000 Subject: [PATCH] Update Rust crate yew to 0.20.0 --- launchers/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchers/wasm/Cargo.toml b/launchers/wasm/Cargo.toml index 481dd49..e64a5c4 100644 --- a/launchers/wasm/Cargo.toml +++ b/launchers/wasm/Cargo.toml @@ -8,5 +8,5 @@ workspace = "../.." game-lib = { package = "game-lib", path = "../.." } bevy = { workspace = true } web-sys = { version="0.3.61", features=["Document", "Window"] } -yew = "0.19.3" +yew = "0.20.0" stylist = { version= "0.10.1", features=["yew_integration"] } \ No newline at end of file