# 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_window" version = "0.132.0" authors = ["bvssvni "] exclude = ["*.png"] description = "The official Piston window wrapper for the Piston game engine" homepage = "https://github.com/pistondevelopers/piston_window" documentation = "https://docs.rs/piston_window" readme = "README.md" keywords = [ "window", "piston", ] license = "MIT" repository = "https://github.com/pistondevelopers/piston_window.git" [lib] name = "piston_window" path = "src/lib.rs" [dependencies.gfx] version = "0.18.1" [dependencies.gfx_device_gl] version = "0.16.2" [dependencies.piston] version = "1.0.0" [dependencies.piston-texture] version = "0.9.0" [dependencies.piston2d-gfx_graphics] version = "0.81.0" [dependencies.piston2d-graphics] version = "0.44.0" [dependencies.pistoncore-glutin_window] version = "0.72.0" optional = true [dependencies.shader_version] version = "0.7.0" [features] default = ["glutin"] glutin = ["pistoncore-glutin_window"]