[package] name = "piston-gfx_texture" version = "0.45.0" authors = [ "bvssvni ", "Coeuvre ", "gmorenz", "leonkunert ", "mitchmindtree ", "Christiandh", "Apointos", "ccgn", "reem", "TyOverby ", "eddyb" ] keywords = ["texture", "gfx", "graphics", "piston"] description = "A Gfx texture representation that works nicely with Piston libraries" license = "MIT" readme = "README.md" repository = "https://github.com/pistondevelopers/gfx_texture.git" homepage = "https://github.com/pistondevelopers/gfx_texture" documentation = "https://docs.rs/piston-gfx_texture" [lib] name = "gfx_texture" path = "src/lib.rs" [dependencies] gfx = "0.18.1" gfx_core = "0.9.1" image = "0.25.1" piston-texture = "0.9.0"