# 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_third_person_camera" version = "0.2.0" build = false exclude = [ "assets/*", "migrationGuides/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A third person camera written for Bevy" homepage = "https://github.com/AndrewCS149/bevy_third_person_camera" readme = "README.md" keywords = [ "bevy", "camera", "orbit", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/AndrewCS149/bevy_third_person_camera" [lib] name = "bevy_third_person_camera" path = "src/lib.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "default" path = "examples/default.rs" [[example]] name = "physics" path = "examples/physics.rs" [dependencies.bevy] version = "0.15.0" features = ["bevy_window"] default-features = false [dev-dependencies.bevy] version = "0.15.0" [dev-dependencies.bevy_rapier3d] version = "0.27.0"