mini_gl_fb 0.4.1

Tool for quickly creating a window and drawing to a buffer with OpenGL
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.4.1"
authors = ["shivshank"]
description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"
keywords = ["OpenGL"]
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"