# 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.15.0" authors = ["Spencer Burris "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" [lib] name = "bevy_flycam" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "key_bindings" path = "examples/key_bindings.rs" [[example]] name = "scroll" path = "examples/scroll.rs" [dependencies.bevy] version = "0.15" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", "bevy_window", ] default-features = false [dev-dependencies.bevy] version = "0.15" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_state", "bevy_window", "ktx2", "tonemapping_luts", "wayland", "x11", "zstd", ] default-features = false