mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Add plumbing for system testing
This commit is contained in:
parent
504ff31f24
commit
4591ad8d57
12 changed files with 313 additions and 2 deletions
|
@ -106,6 +106,7 @@ define_cargo_dependent_feature(gettext "Enable support of translations using get
|
|||
define_cargo_dependent_feature(accessibility "Enable integration with operating system provided accessibility APIs" ON "NOT SLINT_FEATURE_FREESTANDING")
|
||||
define_cargo_dependent_feature(testing "Enable support for testing API (experimental)" ON "NOT SLINT_FEATURE_FREESTANDING")
|
||||
define_cargo_feature(experimental "Enable experimental features. (No backward compatibility guarantees)" OFF)
|
||||
define_cargo_dependent_feature(system-testing "Enable system testing support (experimental)" OFF "SLINT_FEATURE_EXPERIMENTAL AND NOT SLINT_FEATURE_FREESTANDING")
|
||||
|
||||
if (SLINT_BUILD_RUNTIME)
|
||||
if(SLINT_FEATURE_COMPILER AND NOT SLINT_COMPILER)
|
||||
|
|
|
@ -42,6 +42,7 @@ renderer-skia-vulkan = ["i-slint-backend-selector/renderer-skia-vulkan", "render
|
|||
renderer-software = ["i-slint-backend-selector/renderer-software"]
|
||||
gettext = ["i-slint-core/gettext-rs"]
|
||||
accessibility = ["i-slint-backend-selector/accessibility"]
|
||||
system-testing = ["i-slint-backend-selector/system-testing"]
|
||||
|
||||
std = ["image", "i-slint-core/default", "i-slint-backend-selector"]
|
||||
freestanding = ["i-slint-core/libm", "i-slint-core/unsafe-single-threaded"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue