summaryrefslogtreecommitdiffstats
path: root/examples/screenshot/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+1
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-271-4/+5
|
* Adjusted offscreen pass to be a render pass vs compute for compat with ↵Libravatar Bingus2023-06-081-1/+1
| | | | web-colors flag.
* Fix width of crop labels in `screenshot` example (again)Libravatar Héctor Ramón Jiménez2023-06-061-4/+4
|
* Rearrange controls of the `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-32/+52
|
* Introduce `on_press_maybe` helper for `Button`Libravatar Héctor Ramón Jiménez2023-06-061-2/+3
|
* Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez2023-06-061-1/+1
|
* Avoid `iced_image` import in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-5/+4
|
* Fix punctuation in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-2/+2
|
* Fix width of crop labels in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-4/+4
|
* Create `numeric_input` helper in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-44/+54
|
* Use `Container::Box` in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-17/+1
|
* Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-061-0/+305
window::screenshot command.