# 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 = "optimisticpeach-opengles_graphics" version = "0.1.4" authors = ["bvssvni ", "Coeuvre ", "gmorenz", "leonkunert ", "mitchmindtree ", "Christiandh", "Apointos", "ccgn", "reem", "TyOverby ", "Victor Brekenfeld ", "OptimisticPeach"] build = "build.rs" description = "An OpenGL ES 2D back-end for the Piston game engine" homepage = "https://github.com/OptimisticPeach/opengles_graphics_updated.git" readme = "README.md" keywords = ["opengles", "graphics", "2d", "piston"] license = "MIT" repository = "https://github.com/OptimisticPeach/opengles_graphics_updated.git" [lib] name = "opengles_graphics" path = "src/lib.rs" [dependencies.fnv] version = "1.0.2" [dependencies.image] version = "0.12.0" [dependencies.piston-texture] version = "0.5.0" [dependencies.piston2d-graphics] version = "0.28.0" [dependencies.rusttype] version = "0.7.0" [dependencies.shader_version] version = "0.2.0" [dependencies.shaders_graphics2d_gles] version = "0.2.0" [dev-dependencies.piston] version = "0.31.3" [dev-dependencies.pistoncore-sdl2_window] version = "0.40.0" [build-dependencies.gl_generator] version = "0.5.0" [build-dependencies.khronos_api] version = "0.0.8"