# 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.20.0" authors = ["Plonq"] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "bevy_panorbit_camera" path = "src/lib.rs" [[example]] name = "advanced" path = "examples/advanced.rs" [[example]] name = "animate" path = "examples/animate.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "egui" path = "examples/egui.rs" required-features = ["bevy_egui"] [[example]] name = "egui_multiple_windows" path = "examples/egui_multiple_windows.rs" required-features = ["bevy_egui"] [[example]] name = "follow_target" path = "examples/follow_target.rs" [[example]] name = "keyboard_controls" path = "examples/keyboard_controls.rs" [[example]] name = "multiple_viewports" path = "examples/multiple_viewports.rs" [[example]] name = "multiple_windows" path = "examples/multiple_windows.rs" [[example]] name = "orthographic" path = "examples/orthographic.rs" [[example]] name = "render_to_texture" path = "examples/render_to_texture.rs" [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" [dev-dependencies.bevy_egui] version = "0.30" features = [ "render", "default_fonts", ] default-features = false [dev-dependencies.float-cmp] version = "0.9.0" [features] bevy_egui = ["dep:bevy_egui"]