Update to bevy 0.13
[package] | ||
name = "micro_bevy_web_utils" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
edition = "2021" | ||
description = "Utilities for patching various missing parts from Bevy web/touch support" | ||
authors = [ | ||
... | ... | @@ -11,9 +11,10 @@ homepage = "https://lab.lcr.gr/microhacks/bevy-web-utils" |
license = "Apache-2.0" | ||
[dependencies] | ||
bevy_ecs = "0.11.0" | ||
bevy_input = "0.11.0" | ||
bevy_math = "0.11.0" | ||
bevy_ecs = "0.13.0" | ||
bevy_input = "0.13.0" | ||
bevy_math = "0.13.0" | ||
bevy_window = "0.13.0" | ||
wasm-bindgen = "0.2.83" | ||
serde = "1.0.151" | ||
serde_json = "1.0.91" | ||
\ No newline at end of file | ||
serde = "1.0" | ||
serde_json = "1.0" | ||
\ No newline at end of file |
Please register or sign in to comment