Cargo Features

gdk4-x11 has no features set by default.

[dependencies]
gdk4-x11 = { version = "0.8.2", features = ["v4_4", "v4_10", "v4_16", "egl", "xlib"] }
v4_4 v4_10?

Enables v4_4 of gdk4-x11-sys and gdk4

v4_10 v4_16? = v4_4

Enables v4_10 of gdk4-x11-sys and gdk4

v4_16 = v4_10

Enables v4_16 of gdk4-x11-sys and gdk4

egl = khronos-egl
xlib = x11

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.

x11 xlib?
khronos-egl egl?