[go: up one dir, main page]

glfw 0.52.0

GLFW3 bindings and idiomatic wrapper for Rust.
Documentation
[dependencies.ash]
optional = true
version = "0.37.2"

[dependencies.bitflags]
version = "1.0.0"

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

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

[dependencies.log]
optional = true
version = "0.4"

[dependencies.raw-window-handle]
version = "0.5.0"
[dev-dependencies.log]
version = "0.4"

[features]
all = ["image", "vulkan", "log", "wayland"]
default = ["glfw-sys"]
vulkan = ["ash"]
wayland = ["glfw-sys/wayland"]

[package]
authors = ["The glfw-rs developers."]
description = "GLFW3 bindings and idiomatic wrapper for Rust."
edition = "2021"
keywords = ["windowing", "opengl", "vulkan"]
license = "Apache-2.0"
name = "glfw"
readme = "README.md"
repository = "https://github.com/bjz/glfw-rs"
rust-version = "1.56"
version = "0.52.0"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["libloaderapi"]
version = "0.3"