# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "piston-gfx_texture" version = "0.45.0" authors = [ "bvssvni ", "Coeuvre ", "gmorenz", "leonkunert ", "mitchmindtree ", "Christiandh", "Apointos", "ccgn", "reem", "TyOverby ", "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.18.1" [dependencies.gfx_core] version = "0.9.1" [dependencies.image] version = "0.25.1" [dependencies.piston-texture] version = "0.9.0"