fps_ticker 1.0.0

A simple crate for measuring the average, minimum and maximum frame rate over a window of time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A simple crate for measuring the average, minimum and maximum frame rate over a window of time."
edition = "2018"
homepage = "https://github.com/mitchmindtree/fps_ticker"
keywords = ["creative", "sketch", "graphics", "audio"]
license = "MIT OR Apache-2.0"
name = "fps_ticker"
readme = "README.md"
repository = "https://github.com/mitchmindtree/fps_ticker.git"
version = "1.0.0"