[package] name = "min_timer" version = "0.4.0" authors = ["Cem GeƧgel "] edition = "2021" description = "Simple f64 based duration and timer; moreover, a main loop implementation using it." readme = "README.md" repository = "https://github.com/Waistax/min_timer" license = "MIT OR Apache-2.0" keywords = ["timer", "profiler", "main-loop"] categories = ["game-development"] [features] stat = [] prf = ["stat"] hrt = ["prf"]