diff --git a/launchers/wasm/Cargo.toml b/launchers/wasm/Cargo.toml index 3956990..70d39bd 100644 --- a/launchers/wasm/Cargo.toml +++ b/launchers/wasm/Cargo.toml @@ -8,5 +8,5 @@ workspace = "../.." LastKingdom = { package = "LastKingdom", path = "../.." } bevy = "0.8" web-sys = { version="0.3.68", features=["Document", "Window"] } -yew = "0.19.3" +yew = "0.21.0" stylist = { version= "0.10.1", features=["yew_integration"] } \ No newline at end of file