Documentation
[package]
name = "main_loop"
version = "0.2.4"
authors = ["Nathan Faucett <nathanfaucett@gmail.com>"]

keywords = ["main", "loop"]
description = "main loop"
license = "MIT"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-main_loop.git"
homepage = "https://gitlab.com/nathanfaucett/rs-main_loop"

[dependencies]
time = { version = "0.1" }
winit = { version = "0.10", optional = true }

[dev-dependencies]

[features]
default = ["winit"]