iyes_loopless 0.9.1

Composable alternatives to Bevy's States/FixedTimestep/RunCriteria
Documentation
[dependencies.bevy-inspector-egui]
default-features = false
optional = true
version = "0.14"

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

[dependencies.bevy_ecs]
version = "0.9"

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

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

[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"]

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