# 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_panorbit_camera" version = "0.19.1" authors = ["Plonq"] description = "A basic pan and orbit camera in Bevy" homepage = "https://github.com/Plonq/bevy_panorbit_camera" readme = "README.md" keywords = [ "gamedev", "bevy", "orbit", "camera", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Plonq/bevy_panorbit_camera" [[example]] name = "egui" required-features = ["bevy_egui"] [[example]] name = "egui_multiple_windows" required-features = ["bevy_egui"] [dependencies.bevy] version = "0.14" features = ["bevy_render"] default-features = false [dependencies.bevy_egui] version = "0.28" optional = true default-features = false [dev-dependencies.bevy] version = "0.14" [dev-dependencies.bevy_egui] version = "0.28" features = [ "render", "default_fonts", ] default-features = false [dev-dependencies.float-cmp] version = "0.9.0" [features] bevy_egui = ["dep:bevy_egui"]