pixel-game-lib 0.2.0

Utility library for 2D pixel-based games
Documentation
# pixel-game-lib
A Rust utility library for creating pixel based tools, not a game engine

[![Build Status](https://github.com/tversteeg/pixel-game-lib/workflows/CI/badge.svg)](https://github.com/tversteeg/pixel-game-lib/actions?workflow=CI)
[![Crates.io](https://img.shields.io/crates/v/pixel-game-lib.svg)](https://crates.io/crates/pixel-game-lib)
[![Documentation](https://docs.rs/pixel-game-lib/badge.svg)](https://docs.rs/pixel-game-lib)
[![License: GPL-3.0](https://img.shields.io/crates/l/pixel-game-lib.svg)](#license)
[![Downloads](https://img.shields.io/crates/d/pixel-game-lib.svg)](#downloads)

### [Documentation]https://docs.rs/pixel-game-lib/

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
pixel-game-lib = "0.1"
```