Cargo Features

wayland-backend has no features set by default.

[dependencies]
wayland-backend = { version = "0.3.3", features = ["client_system", "server_system", "dlopen", "log", "raw-window-handle"] }
client_system

Enables client of wayland-sys

server_system

Enables server of wayland-sys

dlopen

Enables dlopen of wayland-sys

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

raw-window-handle implicit feature

Enables raw-window-handle ^0.5.0

raw-window-handle:

Interoperability library for Rust Windowing applications