bevy_auto_timer 0.3.1

Bevy plugin for convenent timer
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_auto_timer"
version = "0.3.1"
authors = ["Trung Do <dothanhtrung@pm.me>"]
build = false
exclude = [
    "assets",
    "examples",
    "tests",
    ".cargo",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy plugin for convenent timer"
readme = "README.md"
keywords = ["bevy"]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/kimtinh/bevy_auto_timer"

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

[dependencies.bevy]
version = ">=0.17"
features = ["bevy_state"]
default-features = false

[dev-dependencies.bevy]
version = ">=0.17"
features = [
    "bevy_state",
    "bevy_log",
    "dynamic_linking",
]
default-features = false