pistoncore-winit_window 0.11.0

A winit back-end for pistoncore-window
Documentation
# 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 = "pistoncore-winit_window"
version = "0.11.0"
authors = ["Layl <LaylConway@users.noreply.github.com>"]
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 = "0.24"

[dependencies.pistoncore-window]
version = "0.37"

[dependencies.vulkano]
version = "0.11"
optional = true

[dependencies.vulkano-win]
version = "0.11"
optional = true

[dependencies.winit]
version = "0.18"

[features]
default = ["use-vulkano"]
use-vulkano = ["vulkano", "vulkano-win"]