1[package]
2
3name = "piston-gfx_texture"
4version = "0.36.0"
5authors = [
6    "bvssvni <bvssvni@gmail.com>",
7    "Coeuvre <coeuvre@gmail.com>",
8    "gmorenz",
9    "leonkunert <info@leonkunert.de>",
10    "mitchmindtree <me@michellnordine.com>",
11    "Christiandh",
12    "Apointos",
13    "ccgn",
14    "reem",
15    "TyOverby <ty@pre-alpha.com>",
16    "eddyb"
17]
18keywords = ["texture", "gfx", "graphics", "piston"]
19description = "A Gfx texture representation that works nicely with Piston libraries"
20license = "MIT"
21readme = "README.md"
22repository = "https://github.com/pistondevelopers/gfx_texture.git"
23homepage = "https://github.com/pistondevelopers/gfx_texture"
24documentation = "https://docs.rs/piston-gfx_texture"
25
26[lib]
27
28name = "gfx_texture"
29path = "src/lib.rs"
30
31[dependencies]
32gfx = "0.17.1"
33gfx_core = "0.8.0"
34image = "0.21.0"
35piston-texture = "0.6.0"
36