tesserae 0.2.2

A library for manipulating 8x8 2-color tile graphics in the spirit of 8-bit text mode drawing.
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.byteorder]
version = "1.3.2"

[dependencies.sdl2]
version = "0.32.2"
[dev-dependencies.bit_reverse]
version = "0.1.8"

[dev-dependencies.clap]
version = "2.33.0"

[lib]
name = "tesserae"
path = "src/lib.rs"

[package]
authors = ["Liam O’Connor <liamoc@cse.unsw.edu.au>"]
categories = ["graphics", "game-development"]
description = "A library for manipulating 8x8 2-color tile graphics in the spirit of 8-bit text mode drawing."
documentation = "https://docs.rs/crate/tesserae"
edition = "2018"
homepage = "https://github.com/liamoc/tesserae"
keywords = ["tiles", "petscii", "ascii", "textmode", "8bit"]
license = "BSD-3-Clause"
name = "tesserae"
repository = "https://github.com/liamoc/tesserae"
version = "0.2.2"