Cargo Features

[dependencies]
glfw_raw_window_handle_0_5_0 = { version = "0.48.0", default-features = false, features = ["all", "vulkan", "wayland"] }
default = glfw-sys

The glfw-sys feature is set by default whenever glfw_raw_window_handle_0_5_0 is added without default-features = false somewhere in the dependency tree.

all = image, log, vulkan, wayland
vulkan all? = vk-sys

Affects ffi::GLFWvkproc, ffi::glfwVulkanSupported, ffi::glfwGetRequiredInstanceExtensions, ffi::glfwGetInstanceProcAddress, ffi::glfwGetPhysicalDevicePresentationSupport, ffi::glfwCreateWindowSurface, glfw_raw_window_handle_0_5_0::VkProc

wayland all?

Enables wayland of glfw-sys ^4.0.0

Affects ffi::glfwGetWaylandWindow, ffi::glfwGetWaylandDisplay

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log all?

Affects glfw_raw_window_handle_0_5_0::log_errors

image all?

Enables image ^0.24.1

vk-sys vulkan?

Enables vk-sys ^0.4

glfw-sys default wayland?

Enables glfw-sys ^4.0.0