# 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 = "smooth-bevy-cameras" version = "0.12.0" authors = ["Duncan "] description = "Bevy camera controllers with buttery, exponential smoothing." readme = "README.md" keywords = [ "bevy", "camera", ] license = "MIT" repository = "https://github.com/bonsairobo/smooth-bevy-cameras" [dependencies.approx] version = "0.5" [dependencies.bevy] version = "0.14" default-features = false [dependencies.serde] version = "1.0" optional = true [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_winit", "ktx2", "tonemapping_luts", "zstd", ] default-features = false [target."cfg(target_os = \"linux\")".dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_winit", "ktx2", "tonemapping_luts", "x11", "zstd", ] default-features = false