slint/internal
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
..
backends Split the software renderer in its own crate: i-slint-renderer-software (#10229) 2025-12-09 14:17:05 +01:00
common Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
compiler Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
core Split the software renderer in its own crate: i-slint-renderer-software (#10229) 2025-12-09 14:17:05 +01:00
core-macros Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
interpreter Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
renderers Split the software renderer in its own crate: i-slint-renderer-software (#10229) 2025-12-09 14:17:05 +01:00