# 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_pancam" version = "0.15.0" authors = ["Johan Helsing "] description = "A camera that allows panning by dragging with the mouse" readme = "README.md" keywords = [ "gamedev", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/johanhelsing/bevy_pancam" [[example]] name = "egui" required-features = ["bevy_egui"] [[example]] name = "inspector" required-features = ["bevy_egui"] [dependencies.bevy] version = "0.14" features = ["bevy_render"] default-features = false [dependencies.bevy_egui] version = "0.30" optional = true default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_asset", "bevy_sprite", "bevy_winit", "bevy_core_pipeline", "x11", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.27" features = ["bevy_render"] default-features = false [dev-dependencies.bevy_egui] version = "0.30" features = ["default_fonts"] default-features = false [dev-dependencies.rand] version = "0.8" [features] bevy_egui = ["dep:bevy_egui"]