# 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 = "pistoncore-glutin_window" version = "0.72.0" authors = ["bvssvni "] description = "A Piston window back-end using the Glutin library" homepage = "https://github.com/pistondevelopers/glutin_window" readme = "README.md" keywords = [ "glutin", "window", "piston", ] license = "MIT" repository = "https://github.com/pistondevelopers/glutin_window.git" [lib] name = "glutin_window" path = "src/lib.rs" [dependencies.gl] version = "0.13.0" [dependencies.glutin] version = "0.30.6" [dependencies.glutin-winit] version = "0.3.0" [dependencies.pistoncore-input] version = "1.0.0" [dependencies.pistoncore-window] version = "1.0.0" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.shader_version] version = "0.7.0" [dependencies.winit] version = "0.28.1"