glfw 0.16.0

GLFW3 bindings and idiomatic wrapper for Rust.
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 = "glfw"
version = "0.16.0"
authors = ["The glfw-rs developers."]
description = "GLFW3 bindings and idiomatic wrapper for Rust."
readme = "README.md"
keywords = ["windowing", "opengl", "vulkan"]
license = "Apache-2.0"
repository = "https://github.com/bjz/glfw-rs"
[dependencies.enum_primitive]
version = "0.1"

[dependencies.glfw-sys]
version = "^3.2"
optional = true

[dependencies.num]
version = "0.1"

[dependencies.image]
version = "^0.15"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.semver]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.vk-sys]
version = "^0.2"
optional = true

[dependencies.bitflags]
version = "0.8"
[dev-dependencies.vk-sys]
version = "^0.2"

[dev-dependencies.image]
version = "^0.15"

[features]
default = ["glfw-sys"]
vulkan = ["vk-sys"]
all = ["image", "vulkan"]