# 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-fpscam" version = "0.7.0" authors = ["u296 "] description = "A basic fps-style camera for bevy" readme = "README.md" keywords = ["gamedev", "bevy", "3d", "camera", "fps"] categories = ["game-engines", "game-development"] license = "0BSD" repository = "https://github.com/u296/bevy-fpscam" resolver = "2" [dependencies.bevy] version = "0.7" features = ["bevy_render"] default-features = false