piston-gfx_texture 0.34.0

A Gfx texture representation that works nicely with Piston libraries
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "piston-gfx_texture"
version = "0.34.0"
authors = ["bvssvni <bvssvni@gmail.com>", "Coeuvre <coeuvre@gmail.com>", "gmorenz", "leonkunert <info@leonkunert.de>", "mitchmindtree <me@michellnordine.com>", "Christiandh", "Apointos", "ccgn", "reem", "TyOverby <ty@pre-alpha.com>", "eddyb"]
description = "A Gfx texture representation that works nicely with Piston libraries"
homepage = "https://github.com/pistondevelopers/gfx_texture"
documentation = "https://docs.rs/piston-gfx_texture"
readme = "README.md"
keywords = ["texture", "gfx", "graphics", "piston"]
license = "MIT"
repository = "https://github.com/pistondevelopers/gfx_texture.git"

[lib]
name = "gfx_texture"
path = "src/lib.rs"
[dependencies.gfx]
version = "0.17.1"

[dependencies.gfx_core]
version = "0.8.0"

[dependencies.image]
version = "0.20.0"

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