# 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-glium_graphics" version = "0.95.0" authors = [ "Eduard Bopp ", "bvssvni ", ] exclude = ["assets/*"] description = "A Glium 2D back-end for the Piston game engine" homepage = "https://github.com/PistonDevelopers/glium_graphics" documentation = "https://docs.rs/piston2d-glium_graphics" readme = "README.md" keywords = [ "graphics", "2d", "glium", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/glium_graphics.git" [lib] name = "glium_graphics" [dependencies.glium] version = "0.26.0" default_features = false [dependencies.image] version = "0.25.1" optional = true [dependencies.piston] version = "1.0.0" optional = true [dependencies.piston-shaders_graphics2d] version = "0.4.0" [dependencies.piston-texture] version = "0.9.0" [dependencies.piston2d-graphics] version = "0.44.0" features = ["glyph_cache_rusttype"] [dependencies.pistoncore-glutin_window] version = "0.72.0" optional = true [dependencies.shader_version] version = "0.7.0" [features] check_current_window = [] default = [ "glium_window", "image", "check_current_window", ] glium_window = [ "piston", "pistoncore-glutin_window", ]