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
somewhere in the dependency tree.default-features = false 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