# 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_config_cam" version = "0.3.0" authors = ["Black Phlox "] exclude = [ "assets/*", ".github/*", ] description = "An easy plug-n-play multifunctional camera that allows for easy setup of a camera and player for a scene." documentation = "https://docs.rs/bevy_config_cam" readme = "README.md" keywords = [ "gamedev", "bevy", "camera", "fps", "3d", ] categories = [ "game-development", "game-engines", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BlackPhlox/bevy_config_cam" resolver = "2" [lib] name = "bevy_config_cam" [dependencies.bevy] version = "0.7" features = [ "bevy_render", "bevy_pbr", ] default-features = false [dependencies.rand] version = "0.8.0" [dependencies.strum] version = "0.24.0" [dependencies.strum_macros] version = "0.24.0" [dev-dependencies.bevy] version = "0.7" features = [ "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "x11", "wayland", ] default-features = false