slint/api/rs
Olivier Goffart 5c69db596a
Split the software renderer in its own crate: i-slint-renderer-software (#10229)
The goal is to be able to enable feature conditionally with `i-slint-renderer-software/?...`

NOTE: this change the implementation of
`SceneBuilder::platform_text_fill_brush/platform_text_stroke_brush`
It was warning about `non_exhaustive_omitted_patterns`.
And it changed it to always return the brush color so gradient gets
converted to plain color instead of None.
This is the behavior with the non-parley renderer
2025-12-09 14:17:05 +01:00
..
build Reformat after edition change 2025-11-27 17:07:35 +01:00
macros Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
slint Split the software renderer in its own crate: i-slint-renderer-software (#10229) 2025-12-09 14:17:05 +01:00