enamel 0.3.0

A simple OpenGL interface overlay for use with Glium.
Documentation
#![allow(dead_code)]

#[macro_use] extern crate glium;
extern crate glium_text;
extern crate find_folder;

pub mod ui;
// // [TEMP]:
// mod window;

pub mod util;

// // [TEMP]:
// pub use self::window::Window;

pub use self::ui::{Button, HexButton, TextBox, MouseState, KeyboardState, Element, ElementBorder, 
	ElementKind, ElementText, Pane, Shape2d, Vertex, CustomEventRemainder, /*MouseInputHandler, 
	KeyboardInputHandler,*/ TextAlign, EventRemainder, HandlerOption, UiRequest, SetMouseFocus, RectButton};

pub use glium::glutin::{Event, ElementState, MouseButton, MouseScrollDelta, VirtualKeyCode};

// Event Variants:
// http://tomaka.github.io/glium/glium/glutin/enum.Event.html