# 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_spectator" version = "0.6.0" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] exclude = ["/examples/"] description = "A spectator camera plugin for Bevy" homepage = "https://github.com/JonahPlusPlus/bevy_spectator" documentation = "https://docs.rs/bevy_spectator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JonahPlusPlus/bevy_spectator" [[example]] name = "3d_scene" path = "examples/3d_scene.rs" [dependencies.bevy] version = "0.14" default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_sprite", "x11", "ktx2", "zstd", "tonemapping_luts", ] default-features = false [features] default = ["init"] init = []