piston2d-graphics 0.44.0

A library for 2D graphics that works with multiple back-ends
Documentation
[dependencies.fnv]
optional = true
version = "1.0.5"

[dependencies.interpolation]
version = "0.3.0"

[dependencies.piston-texture]
version = "0.9.0"

[dependencies.piston-viewport]
version = "1.0.0"

[dependencies.read_color]
version = "1.0.0"

[dependencies.rusttype]
optional = true
version = "0.9.0"

[dependencies.vecmath]
version = "1.0.0"

[features]
default = []
glyph_cache_rusttype = ["rusttype", "fnv"]

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

[package]
authors = ["bvssvni <bvssvni@gmail.com>", "Coeuvre <coeuvre@gmail.com>", "leonkunert <info@leonkunert.de>", "gmorenz", "Potpourri", "TyOverby <ty@pre-alpha.com>"]
categories = ["rendering::graphics-api"]
description = "A library for 2D graphics that works with multiple back-ends"
edition = "2018"
exclude = ["scripts", "Cargo.png"]
homepage = "https://github.com/pistondevelopers/graphics"
keywords = ["graphics", "2d", "game", "piston", "triangulation"]
license = "MIT"
name = "piston2d-graphics"
readme = "README.md"
repository = "https://github.com/pistondevelopers/graphics.git"
version = "0.44.0"