bevy_time_runner 0.6.0

General timing system for the Bevy game engine
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 = "bevy_time_runner"
version = "0.6.0"
authors = ["Multirious"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General timing system for the Bevy game engine"
homepage = "https://github.com/Multirious/bevy_time_runner"
readme = "README.md"
keywords = [
    "bevy",
    "time",
    "timer",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Multirious/bevy_time_runner"

[features]
bevy_app = ["dep:bevy_app"]
bevy_reflect = [
    "dep:bevy_reflect",
    "bevy_ecs/bevy_reflect",
    "bevy_app/bevy_reflect",
]
debug = ["dep:bevy_log"]
default = [
    "bevy_reflect",
    "bevy_app",
    "debug",
]

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

[dependencies.bevy_app]
version = "0.18.0"
optional = true
default-features = false

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

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

[dependencies.bevy_reflect]
version = "0.18.0"
optional = true
default-features = false

[dependencies.bevy_time]
version = "0.18.0"
default-features = false

[dev-dependencies.bevy]
version = "0.18.0"
default-features = false

[build-dependencies.rustc_version]
version = "0.4.1"