Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
52e32b6 Update iced patch branch in guix build (edouardparis) acea67b Remove transaparency from PickList for tiny-skia (edouardparis) 7801d8c Change descriptor view in installer behind scrollable (edouardparis) c39d544 Use wgpu with tiny-skia fallback (edouardparis) 4920291 fix ui button and badge width (edouardparis) de37111 Change text size (edouardparis) a24d941 gui: bump msrv 1.70 (edouardparis) fdcc302 gui: iced-0.12 (edouardparis) 64a626d gui: bump iced 0.10 (edouard) Pull request description: This PR does the migration from iced 0.9 to iced 0.12. This new iced version has impact on the fonts size. I reverted the size according to the original UX figma file. The new backend renderer is the `wgpu` with `tiny-skia` as a fallback. `wgpu` is the first class citizen of the iced renderers, it supports everything. The `tiny-skia` has some layout problems and does not support some features that is the reason why this PR introduces tiny change in the theme or long string display (ad69711, 88fd0f1). In order to keep the MSRV as low as possible, a custom patch of the crates `iced_winit`,`iced_style`, `iced_futures` is added to the Cargo.toml ACKs for top commit: darosior: ACK 52e32b6 -- it's been tested a bunch, in particular by Kevin. Tree-SHA512: 6afda45c227f0dd864c59aee100895af3f0d511c5a425f4d032c5891f900f2e438de778adaa82c5213dba768e608bf7610b6c78d4cb10a2d7ae59f5b132938f4
- Loading branch information