gameboy_opengl 0.1.3

opengl library for use in gameboy emulation with the gameboy_core library
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 = "gameboy_opengl"
version = "0.1.3"
authors = ["Ben Konz <bkonz@unomaha.edu>"]
description = "opengl library for use in gameboy emulation with the gameboy_core library"
license = "Apache-2.0"
repository = "https://github.com/bkonzUNOmaha/gameboy_opengl"
[dependencies.c_str_macro]
version = "1.0.2"

[dependencies.gameboy_core]
version = "0.1.9"

[dependencies.gl]
version = "0.7.0"

[dependencies.glutin]
version = "0.11.0"