Closed medhefgo closed 1 year ago
Yes indeed, this is basically the same issue as #2026 : The software renderer does not support Path
rendering at the moment, which is why the Path element is not included in the no_std
builds. Once the software renderer supports it, we can remove the #[cfg(feature = "std")]
guard from mod path;
in items.rs
.
Closing this as a duplicate for now (but a very legit issue, of course :)
At least these widgets will cause compilation to fail under no_std: CheckBox, ComboBox, SpinBox, StandardTableView
Excerpt of the compilation failure:
This is easy to reproduce with https://github.com/slint-ui/slint/pull/2509 by simply adding any affected widget to the demo.slint file.