main_loop 0.3.3

main loop for real time applications
[dependencies.glutin]
optional = true
version = ">=0.0, <1.0.0"

[dependencies.time]
version = "0.1"

[dependencies.winit]
optional = true
version = ">=0.0, <1.0.0"
[dev-dependencies.gl]
version = "0.11"

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

[package]
authors = ["Nathan Faucett <nathanfaucett@gmail.com>"]
description = "main loop for real time applications"
homepage = "https://gitlab.com/nathanfaucett/rs-main_loop"
keywords = ["main", "loop"]
license = "MIT"
name = "main_loop"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-main_loop.git"
version = "0.3.3"