piston 0.34.0

The Piston game engine core libraries
Documentation
#![crate_name = "piston"]
#![deny(missing_docs)]
#![warn(dead_code)]

//! A user friendly game engine written in Rust.

// Reexported crates.
pub extern crate input;
pub extern crate event_loop;
pub extern crate window;