jammy_splash_screen 0.0.1

Jammy bevy crate to add a basic loading splash screen for your bevy game.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "jammy_splash_screen"

version = "0.0.1"

authors = ["Maurice Wangleng Tan <tanwangleng@outlook.com>"]

edition = "2021"

license = "MIT OR Apache-2.0"

description = "Jammy bevy crate to add a basic loading splash screen for your bevy game."



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

bevy = { version = "0.10.1", default-features = false, features = ["bevy_core_pipeline", "bevy_render", "bevy_sprite"] }

iyes_progress = { version = "0.8" }