bevy_auto_timer 0.3.0

Bevy plugin for convenent timer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bevy_auto_timer"
version = "0.3.0"
authors = ["Trung Do <dothanhtrung@pm.me>"]
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/kimtinh/bevy_auto_timer"
keywords = ["bevy"]
description = "Bevy plugin for convenent timer"
exclude = ["assets", "examples", "tests", ".cargo"]
categories = ["game-development"]

[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 }