Add documentation about the different renderers, their pros/const, and availability in backends and API

This commit is contained in:
Simon Hausmann 2023-09-11 10:29:51 +02:00 committed by Simon Hausmann
parent 906430416f
commit c8b05c2b05
5 changed files with 86 additions and 41 deletions

View file

@ -116,7 +116,7 @@ any built-in backends, and instead develop your own backend by implementing Slin
abstraction and window adapter interfaces.
For more information about the available backends, their system requirements, and configuration
options, see the [Platform Backend Documentation](slint-reference:src/advanced/backends.html).
options, see the [Backend & Renderers Documentation](slint-reference:src/advanced/backends_and_renderers.html).
#### Compile Time Backend Selection