gameboy_opengl 0.1.7

opengl library for use in gameboy emulation with the gameboy_core library
Documentation
#![allow(dead_code, unused_parens, unused_imports, clippy::all)]

pub use self::Gles2 as Gl;
include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs"));