mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
From the BackendSelector API, link to the backends and renderer chapter in the docs
This commit is contained in:
parent
dc4bda958e
commit
1c5c9db181
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue