Skip to content
Snippets Groups Projects
Cargo.toml 556 B
Newer Older
[package]
name = "micro_bevy_splash"
version = "0.1.0"
edition = "2021"
Louis's avatar
Louis committed
description = "Simple, one-shot logo splash screen for Bevy"
authors = [
    "Louis Capitanchik <louis@microhacks.co.uk>"
]
repository = "https://lab.lcr.gr/microhacks/bevy-splash"
Louis's avatar
Louis committed
license = "Apache-2.0"

[dependencies]
log = "0.4.21"
micro_musicbox = "0.9.0"

bevy_render = "0.13"
bevy_ecs = "0.13"
bevy_sprite = "0.13"
bevy_text = "0.13"
bevy_app = "0.13"
bevy_asset = "0.13"
bevy_input = "0.13"
bevy_math = "0.13"
bevy_transform = "0.13"
bevy_time = "0.13"
bevy_hierarchy = "0.13"