piston2d-glium_graphics 0.53.0

A Glium 2D back-end for the Piston game engine
Documentation
[dependencies.glium]
default_features = false
version = "0.22.0"

[dependencies.image]
optional = true
version = "0.20.0"

[dependencies.piston]
optional = true
version = "0.38.0"

[dependencies.piston-shaders_graphics2d]
version = "0.3.1"

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

[dependencies.piston2d-graphics]
features = ["glyph_cache_rusttype"]
version = "0.27.0"

[dependencies.pistoncore-glutin_window]
optional = true
version = "0.50.0"

[dependencies.shader_version]
version = "0.3.0"

[features]
default = ["glium_window", "image"]
glium_window = ["piston", "pistoncore-glutin_window"]

[lib]
name = "glium_graphics"

[package]
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>", "bvssvni <bvssvni@gmail.com>"]
description = "A Glium 2D back-end for the Piston game engine"
documentation = "https://docs.rs/piston2d-glium_graphics"
homepage = "https://github.com/PistonDevelopers/glium_graphics"
keywords = ["graphics", "2d", "glium", "piston"]
license = "MIT"
name = "piston2d-glium_graphics"
repository = "https://github.com/PistonDevelopers/glium_graphics.git"
version = "0.53.0"