Cargo Features

egui_window_glfw_passthrough has no features set by default.

[dependencies]
egui_window_glfw_passthrough = { version = "0.8.1", features = ["all", "glfw_sys", "vulkan", "wayland", "log", "image"] }
default

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

Enables glfw-passthrough

all = glfw_sys, image, log, vulkan, wayland
glfw_sys all?

Enables glfw-sys-passthrough of glfw-passthrough

vulkan all?

Enables vulkan of glfw-passthrough

wayland all?

Enables wayland of glfw-passthrough

log all?

Enables log of glfw-passthrough

image all?

Enables image of glfw-passthrough

egui_window_glfw_passthrough has 7 features without comments.