[![License:0BSD](https://img.shields.io/badge/License-0BSD-brightgreen.svg)](https://opensource.org/licenses/FPL-1.0.0) [![CratesIO](https://img.shields.io/crates/v/retro-pixel.svg)](https://crates.io/crates/retro-pixel) [![DocsRS](https://docs.rs/retro-pixel/badge.svg)](https://docs.rs/retro-pixel/) [![Appveyor](https://ci.appveyor.com/api/projects/status/yrn9h2jk1mjbe1y9?svg=true)](https://ci.appveyor.com/project/Lokathor/retro-pixel-rs) [![TravisCI](https://travis-ci.org/Lokathor/retro-pixel-rs.svg?branch=master)](https://travis-ci.org/Lokathor/retro-pixel-rs) # retro-pixel A crate for working with retro-style pixel stuff. ``` cargo run --example glutin_indexmap cargo run --example glutin_gba cargo run --example glutin_bitmap ```