[package] name = "bevy-tick-timers" version = "0.3.0" authors = ["Matthew Plant "] edition = "2021" license = "MIT/Apache-2.0" description = "Tick based timers for Bevy." documentation = "https://docs.rs/crate/bevy_tick_timers" homepage = "https://github.com/maplant/bevy-tick-timers" repository = "https://github.com/maplant/bevy-tick-timers" readme = "README.md" keywords = [ "bevy", "game", "engine", "gamedev" ] [dependencies] bevy = "0.6"