# 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 = "flappyspace" version = "1.0.0" description = "A small game about a little UFO dodging asteroids built in Bevy" readme = "README.md" keywords = [ "games", "bevy", "flappybird", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/hiimsergey/flappyspace" [dependencies.bevy] version = "0.11.3" [dependencies.bevy_embedded_assets] version = "0.8.0" [dependencies.fastrand] version = "2.0.1" [dependencies.image] version = "0.24.7" [dependencies.winit] version = "0.28.7"