# 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_dolly" version = "0.0.4" authors = ["Black Phlox "] exclude = [ "assets/*", ".github/*", ] description = "The dolly abstraction layer for the bevy game framework" documentation = "https://docs.rs/bevy_dolly" 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_dolly" [profile.dev] opt-level = 3 [lib] name = "bevy_dolly" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_asset", ] default-features = false [dependencies.bevy_math] version = "0.14" [dependencies.bevy_transform] version = "0.14" [dependencies.leafwing-input-manager] version = "0.14" optional = true [dev-dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_asset", "bevy_scene", "bevy_pbr", "bevy_winit", "bevy_gltf", "bevy_sprite", "bevy_state", "png", "ktx2", "zstd", "tonemapping_luts", "bevy_gizmos", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.25" [dev-dependencies.leafwing-input-manager] version = "0.14" [features] default = [ "drivers", "helpers", ] drivers = [] helpers = [ "dep:leafwing-input-manager", "bevy/bevy_pbr", ] [target."cfg(target_os = \"linux\")".dev-dependencies.bevy] version = "0.14" features = [ "x11", "wayland", ] default-features = false