fae 0.1.0

A simple and fast 2D rendering crate with optional window creation and text rendering functionality.
Documentation
[badges.maintenance]
status = "experimental"
[build-dependencies.gl_generator]
version = "0.10"
[dependencies.glutin]
optional = true
version = "0.19"

[dependencies.png]
optional = true
version = "0.13"

[dependencies.rusttype]
features = ["gpu_cache"]
optional = true
version = "0.7"

[dependencies.unicode-normalization]
optional = true
version = "0.1"

[features]
default = ["glutin", "text", "png"]
text = ["rusttype", "unicode-normalization"]

[package]
authors = ["Jens Pitkanen <jens@neon.moe>"]
description = "A simple and fast 2D rendering crate with optional window creation and text rendering functionality."
edition = "2018"
license = "MIT"
name = "fae"
readme = "README.md"
repository = "https://github.com/neonmoe/fae"
version = "0.1.0"