# 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 = "bevy_touch_camera" version = "0.1.2" authors = ["Dorian Bucur "] exclude = ["assets/*"] description = "Touch camera for Bevy that supports drag and pinch to zoom" homepage = "https://github.com/d-bucur/bevy_touch_camera" readme = "README.md" keywords = [ "bevy", "touch", "camera", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/d-bucur/bevy_touch_camera" [[example]] name = "simple" required-features = ["example"] [[example]] name = "presentation" required-features = ["example"] [dependencies.bevy] version = "0.12.1" default-features = false [dev-dependencies.bevy] version = "0.12.1" features = ["bevy_core_pipeline"] default-features = false [features] default = ["bevy/bevy_core_pipeline"] example = [ "bevy/bevy_winit", "bevy/x11", "bevy/bevy_sprite", "bevy/bevy_ui", "bevy/png", ]