iyes_loopless 0.9.1

Composable alternatives to Bevy's States/FixedTimestep/RunCriteria
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 = "2021"
name = "iyes_loopless"
version = "0.9.1"
exclude = ["assets"]
description = "Composable alternatives to Bevy's States/FixedTimestep/RunCriteria"
readme = "README.md"
keywords = [
    "gamedev",
    "bevy",
]
categories = ["game-engines"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/IyesGames/iyes_loopless"

[dependencies.bevy-inspector-egui]
version = "0.14"
optional = true
default-features = false

[dependencies.bevy_app]
version = "0.9"
optional = true

[dependencies.bevy_ecs]
version = "0.9"

[dependencies.bevy_time]
version = "0.9"
optional = true

[dependencies.bevy_utils]
version = "0.9"
optional = true

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

[dev-dependencies.rand]
version = "0.8.5"

[features]
app = ["bevy_app"]
bevy-compat = []
default = [
    "fixedtimestep",
    "states",
    "bevy-compat",
    "app",
]
fixedtimestep = [
    "bevy_time",
    "bevy_utils",
]
states = ["bevy_utils"]