From 5baaab031c714359ee049f526a26ad48918ea0d0 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Fri, 23 Dec 2022 20:21:49 +0000 Subject: [PATCH] Also include web dep in game_core --- game_core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/game_core/Cargo.toml b/game_core/Cargo.toml index e29da13..f7f7b8b 100644 --- a/game_core/Cargo.toml +++ b/game_core/Cargo.toml @@ -18,6 +18,7 @@ iyes_loopless.workspace = true micro_banimate.workspace = true micro_musicbox.workspace = true +micro_bevy_web_utils.workspace = true #remote_events = { git = "https://lab.lcr.gr/microhacks/micro-bevy-remote-events.git", rev = "be0c6b43a73e4c5e7ece20797e3d6f59340147b4"} -- GitLab