# 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-flights" version = "0.1.2" description = "a small crate for position based flights in the bevy game engine. intended for bullet hells." readme = "README.md" keywords = [ "bevy", "gamedev", ] license = "MIT" repository = "https://github.com/bricout-thomas/bevy-flights" [dependencies.bevy_app] version = "0.10" [dependencies.bevy_ecs] version = "0.10" [dependencies.bevy_math] version = "0.10" [dependencies.bevy_time] version = "0.10" [dependencies.bevy_transform] version = "0.10"