From the BackendSelector API, link to the backends and renderer chapter in the docs

This commit is contained in:
Simon Hausmann 2024-12-18 09:34:03 +01:00
parent dc4bda958e
commit 1c5c9db181
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,8 @@ use alloc::{format, string::String};
use i_slint_core::api::PlatformError;
use i_slint_core::graphics::{RequestedGraphicsAPI, RequestedOpenGLVersion};
/// Use the BackendSelector to configure one of Slint's built-in backends with a renderer
#[i_slint_core_macros::slint_doc]
/// Use the BackendSelector to configure one of Slint's built-in [backends with a renderer](slint:backends_and_renderers)
/// to accomodate specific needs of your application. This is a programmatic substitute for
/// the `SLINT_BACKEND` environment variable.
///