Cargo Features

[dependencies]
aperture = { version = "0.6.3", default-features = false, features = ["wayland", "x11egl", "x11glx"] }
default = wayland, x11egl, x11glx

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

wayland default

Enables wayland of gst-plugin-gtk4

x11egl default

Enables x11egl of gst-plugin-gtk4

x11glx default

Enables x11glx of gst-plugin-gtk4

Aperture has 4 features without comments.