# 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.8.1" authors = ["Plonq"] exclude = ["assets/"] 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" [dependencies.bevy] version = "0.14" features = ["bevy_render"] default-features = false [dependencies.bevy_mod_raycast] version = "0.18" [dev-dependencies.bevy] version = "0.14"