iyes_progress 0.17.0

Bevy plugin to help implement loading states
Documentation
# 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 = "2024"
name = "iyes_progress"
version = "0.17.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy plugin to help implement loading states"
readme = "README.md"
keywords = [
    "game",
    "gamedev",
    "bevy",
]
categories = ["game-engines"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/IyesGames/iyes_progress"

[features]
assets = ["dep:bevy_asset"]
async = ["dep:crossbeam-channel"]
debug = ["dep:bevy_log"]

[lib]
name = "iyes_progress"
path = "src/lib.rs"

[[example]]
name = "async"
path = "examples/async.rs"
required-features = ["async"]

[[example]]
name = "full"
path = "examples/full.rs"

[dependencies.bevy_app]
version = "0.19.0"
default-features = false

[dependencies.bevy_asset]
version = "0.19.0"
optional = true
default-features = false

[dependencies.bevy_ecs]
version = "0.19.0"
default-features = false

[dependencies.bevy_log]
version = "0.19.0"
optional = true
default-features = false

[dependencies.bevy_platform]
version = "0.19.0"
default-features = false

[dependencies.bevy_state]
version = "0.19.0"
default-features = false

[dependencies.crossbeam-channel]
version = "0.5.15"
optional = true

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.parking_lot]
version = "0.12.3"

[dev-dependencies.bevy]
version = "0.19.0"