Cargo Features

egui_window_glfw has no features set by default.

[dependencies]
egui_window_glfw = { version = "0.2.0", features = ["glfw_all", "glfw_vulkan", "glfw_wayland"] }
default

These default features are set whenever egui_window_glfw is added without default-features = false somewhere in the dependency tree.

Enables glfw ^0.45

glfw_all

features of glfw crate re-exported

Enables all of glfw ^0.45

glfw_vulkan

Enables vulkan of glfw ^0.45

glfw_wayland

Enables wayland of glfw ^0.45