# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "micro_bevy_web_utils" version = "0.4.0" authors = ["Louis Capitanchik "] description = "Utilities for patching various missing parts from Bevy web/touch support" homepage = "https://lab.lcr.gr/microhacks/bevy-web-utils" readme = "README.md" license = "Apache-2.0" repository = "https://lab.lcr.gr/microhacks/bevy-web-utils.git" [dependencies.bevy_ecs] version = "0.13.0" [dependencies.bevy_input] version = "0.13.0" [dependencies.bevy_math] version = "0.13.0" [dependencies.bevy_window] version = "0.13.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.83"