# 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 = "piston2d-gfx_graphics" version = "0.81.0" authors = ["bvssvni "] exclude = [ "assets/*", "*.png", "Cargo.dot", ] description = "A Gfx 2D back-end for the Piston game engine" homepage = "https://github.com/PistonDevelopers/gfx_graphics" documentation = "https://docs.rs/piston2d-gfx_graphics" readme = "README.md" keywords = [ "graphics", "2d", "gfx", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/gfx_graphics.git" [lib] name = "gfx_graphics" [dependencies.draw_state] version = "0.8.0" [dependencies.gfx] version = "0.18.1" [dependencies.piston-gfx_texture] version = "0.45.0" [dependencies.piston-shaders_graphics2d] version = "0.4.0" [dependencies.piston2d-graphics] version = "0.44.0" features = ["glyph_cache_rusttype"] [dependencies.shader_version] version = "0.7.0" [dev-dependencies.find_folder] version = "0.3.0" [dev-dependencies.gfx_device_gl] version = "0.16.2" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.piston] version = "1.0.0" [dev-dependencies.pistoncore-glutin_window] version = "0.72.0"