# 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_rts_camera" version = "0.9.1" authors = ["Plonq"] build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "An RTS-style camera for Bevy" homepage = "https://github.com/Plonq/bevy_rts_camera" readme = "README.md" keywords = [ "gamedev", "bevy", "rts", "camera", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Plonq/bevy_rts_camera" [lib] name = "bevy_rts_camera" path = "src/lib.rs" [[example]] name = "advanced" path = "examples/advanced.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.bevy] version = "0.15" features = [ "bevy_core_pipeline", "bevy_render", "bevy_window", "bevy_picking", "bevy_mesh_picking_backend", ] default-features = false [dev-dependencies.bevy] version = "0.15"