# 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_prank" version = "0.8.0" authors = ["Amirabbas Fazelinia "] description = "Opinionated Unreal Engine inspired spectator camera for the Bevy game engine" readme = "README.md" keywords = [ "bevy", "plugin", "camera", ] categories = ["game-development"] license-file = "LICENSE" repository = "https://github.com/utilyre/bevy_prank" [dependencies.bevy] version = "^0.11" features = [ "bevy_core_pipeline", "bevy_gizmos", "bevy_pbr", "bevy_ui", "default_font", ] default-features = false [dev-dependencies.bevy] version = "^0.11"