From e093d3a490fa9d63e3c85773c293eb2cdeffd19c Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sat, 22 Jul 2023 02:40:37 +0100
Subject: [PATCH] Update to bevy 0.11

---
 Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 3261878..06b4fc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "micro_bevy_web_utils"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 description = "Utilities for patching various missing parts from Bevy web/touch support"
 authors = [
@@ -11,9 +11,9 @@ homepage = "https://lab.lcr.gr/microhacks/bevy-web-utils"
 license = "Apache-2.0"
 
 [dependencies]
-bevy_ecs = "0.10.0"
-bevy_input = "0.10.0"
-bevy_math = "0.10.0"
+bevy_ecs = "0.11.0"
+bevy_input = "0.11.0"
+bevy_math = "0.11.0"
 wasm-bindgen = "0.2.83"
 serde = "1.0.151"
 serde_json = "1.0.91"
\ No newline at end of file
-- 
GitLab