rusty_gfx 0.6.0

Create windows, display graphics, handle input events (keyboard, mouse, etc.). Part of the rusty_engine game engine.
Documentation
[dependencies.glium]
version = "0.26.0"

[dependencies.image]
version = "0.21.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.rusty_core]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[package]
authors = ["Nathan Stocks <nathan@agileperception.com>"]
categories = ["game-development", "graphics", "rendering"]
description = "Create windows, display graphics, handle input events (keyboard, mouse, etc.). Part of the rusty_engine game engine."
edition = "2018"
homepage = "https://github.com/cleancut/rusty_engine/tree/master/rusty_gfx"
keywords = ["rusty", "learn", "educational", "graphics", "opengl"]
license = "MIT OR Apache-2.0"
name = "rusty_gfx"
readme = "README.md"
repository = "https://github.com/cleancut/rusty_engine/tree/master/rusty_gfx"
version = "0.6.0"