Documentation
[package]
name = "main_loop"
version = "0.3.0"
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 = "0.1"
glutin = { version = "0.13", optional = true }
winit = { version = "0.11", optional = true }

[dev-dependencies]

[features]
default = ["glutin", "winit"]