summaryrefslogtreecommitdiffstats
path: root/runtime/src/screenshot.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez2023-06-061-4/+15
|
* Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-061-0/+80
window::screenshot command.