Documentation
[package]
name = "main_loop"
version = "0.2.2"
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.9" }

[dev-dependencies]


[features]
use_winit = []
default = ["use_winit"]