# 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_flycam" version = "0.14.1" authors = ["Spencer Burris "] description = "Basic first-person fly camera for the Bevy game engine" homepage = "https://github.com/sburris0/bevy_flycam/" readme = "README.md" keywords = [ "gamedev", "bevy", "3d", "camera", ] categories = [ "game-engines", "game-development", ] license = "ISC" repository = "https://github.com/sburris0/bevy_flycam/" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", ] default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_state", "ktx2", "tonemapping_luts", "wayland", "x11", "zstd", ] default-features = false