#back-end #slint #user-interface #default #rendering #run-time #helper

i-slint-backend-selector

Helper crate to pick the default rendering backend for Slint

27 releases (15 stable)

1.5.1 Mar 20, 2024
1.4.1 Feb 2, 2024
1.3.2 Dec 1, 2023
1.3.1 Nov 28, 2023
0.2.1 Mar 10, 2022

#724 in GUI

Download history 1077/week @ 2023-12-23 1199/week @ 2023-12-30 2254/week @ 2024-01-06 2262/week @ 2024-01-13 1899/week @ 2024-01-20 2251/week @ 2024-01-27 1818/week @ 2024-02-03 2290/week @ 2024-02-10 3822/week @ 2024-02-17 2919/week @ 2024-02-24 2222/week @ 2024-03-02 2857/week @ 2024-03-09 3193/week @ 2024-03-16 2924/week @ 2024-03-23 2670/week @ 2024-03-30 1993/week @ 2024-04-06

11,191 downloads per month
Used in 22 crates (4 directly)

GPL-3.0-only…

2MB
34K SLoC

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.

The purpose of this crate is to select the default backend for Slint

The backend can either be a runtime or a build time decision. The runtime decision is decided by the SLINT_BACKEND environment variable. The built time default depends on the platform. In order for the crate to be available at runtime, they need to be added as feature

Dependencies

~4–49MB
~765K SLoC