Skip to content
Snippets Groups Projects
Verified Commit e093d3a4 authored by Louis's avatar Louis :fire:
Browse files

Update to bevy 0.11

parent cdfa9c8f
No related branches found
No related tags found
No related merge requests found
[package] [package]
name = "micro_bevy_web_utils" name = "micro_bevy_web_utils"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
description = "Utilities for patching various missing parts from Bevy web/touch support" description = "Utilities for patching various missing parts from Bevy web/touch support"
authors = [ authors = [
...@@ -11,9 +11,9 @@ homepage = "https://lab.lcr.gr/microhacks/bevy-web-utils" ...@@ -11,9 +11,9 @@ homepage = "https://lab.lcr.gr/microhacks/bevy-web-utils"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
bevy_ecs = "0.10.0" bevy_ecs = "0.11.0"
bevy_input = "0.10.0" bevy_input = "0.11.0"
bevy_math = "0.10.0" bevy_math = "0.11.0"
wasm-bindgen = "0.2.83" wasm-bindgen = "0.2.83"
serde = "1.0.151" serde = "1.0.151"
serde_json = "1.0.91" serde_json = "1.0.91"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment