From 7898f2362c6f1fac02f7628987e2f41eec632cc6 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sat, 15 Mar 2025 16:51:23 +0100 Subject: [PATCH] Update README.md (#277) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d1b250..d84a078 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,11 @@ rust toolchain. Additionally, available backends and frontends can be configured manually via [cargo features](https://doc.rust-lang.org/cargo/reference/features.html). -E.g. if only wayland support is needed, the following command produces -an executable with just support for wayland: +E.g. if only support for sway is needed, the following command produces +an executable with support for only the `layer-shell` capture backend +and `wlroots` emulation backend: ```sh -cargo build --no-default-features --features wayland +cargo build --no-default-features --features layer_shell_capture,wlroots_emulation ``` For a detailed list of available features, checkout the [Cargo.toml](./Cargo.toml)