summaryrefslogtreecommitdiffstats
path: root/examples/screenshot/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-20Fix `clippy::unused_async`Libravatar Héctor Ramón Jiménez1-2/+6
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-3/+5
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.
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus1-0/+11
window::screenshot command.