Adding fps_ticker library as a dependency
Run this command in a terminal, in your project's directory:
cargo add fps_ticker
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
fps_ticker = "1.0.0"
The fps_ticker library will be automatically available globally.
Read the fps_ticker library documentation.