# 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-winit_window" version = "0.17.0" authors = ["Layl "] description = "A winit back-end for pistoncore-window" homepage = "https://github.com/pistondevelopers/winit_window" readme = "README.md" keywords = [ "winit", "window", "piston", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pistondevelopers/winit_window.git" [lib] name = "winit_window" path = "src/lib.rs" [dependencies.pistoncore-input] version = "1.0.0" [dependencies.pistoncore-window] version = "1.0.0" [dependencies.vulkano] version = "0.34.0" optional = true [dependencies.vulkano-win] version = "0.34.0" optional = true [dependencies.winit] version = "0.28.1" [features] default = [] use-vulkano = [ "vulkano", "vulkano-win", ]