# 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 = "micro_bevy_splash" version = "0.1.0" authors = ["Louis Capitanchik "] description = "Simple, one-shot logo splash screen for Bevy" readme = "README.md" license = "Apache-2.0" repository = "https://lab.lcr.gr/microhacks/bevy-splash" [dependencies.bevy_app] version = "0.13" [dependencies.bevy_asset] version = "0.13" [dependencies.bevy_ecs] version = "0.13" [dependencies.bevy_hierarchy] version = "0.13" [dependencies.bevy_input] version = "0.13" [dependencies.bevy_math] version = "0.13" [dependencies.bevy_render] version = "0.13" [dependencies.bevy_sprite] version = "0.13" [dependencies.bevy_text] version = "0.13" [dependencies.bevy_time] version = "0.13" [dependencies.bevy_transform] version = "0.13" [dependencies.log] version = "0.4.21" [dependencies.micro_musicbox] version = "0.9.0"