summaryrefslogtreecommitdiffstats
path: root/runtime/src/screenshot.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-27Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez1-91/+0
2023-06-06Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez1-4/+15
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus1-0/+80
window::screenshot command.