mini_gl_fb 0.5.1

Quick and easy window creation, input, and high speed bitmap rendering
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mini_gl_fb"
version = "0.5.1"
authors = ["shivshank"]
description = "Quick and easy window creation, input, and high speed bitmap rendering"
readme = "README.md"
keywords = ["opengl", "windowing", "framebuffer", "window"]
categories = ["rendering", "graphics"]
license = "MIT"
repository = "https://github.com/shivshank/mini_gl_fb"
[dependencies.gl]
version = "0.10.0"

[dependencies.glutin]
version = "0.17.0"

[dependencies.rustic_gl]
version = "0.3.2"