piston2d-gfx_graphics 0.1.22

A Gfx 2D back-end for the Piston game engine
[package]

name = "piston2d-gfx_graphics"
version = "0.1.22"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["graphics", "2d", "gfx", "piston"]
description = "A Gfx 2D back-end for the Piston game engine"
license = "MIT"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/gfx_graphics.git"
homepage = "https://github.com/PistonDevelopers/gfx_graphics"


[lib]

name = "gfx_graphics"


[dependencies]
freetype-rs = "0.1.0"
gfx = "0.6.1"
piston-shaders_graphics2d = "0.1.0"
piston-gfx_texture = "0.1.0"
piston2d-graphics = "0.1.3"


# [features]
# 
# default = ["image_png"]
# image_gif = ["piston-gfx_texture/image/gif"]
# image_jpeg = ["piston-gfx_texture/image/jpeg"]
# image_png = ["piston-gfx_texture/image/png"]
# image_ppm = ["piston-gfx_texture/image/ppm"]
# image_tga = ["piston-gfx_texture/image/tga"]
# image_tiff = ["piston-gfx_texture/image/tiff"]
# image_webp = ["piston-gfx_texture/image/webp"]