Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ iced_test = "=0.14.0"
criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] }
# block_on for the headless wgpu device setup in the grid_render bench — avoids
# pulling a full async runtime into a bench. License: MIT OR Apache-2.0.
pollster = "0.4"
pollster = "1.0"
# Iced internals the grid_render bench drives directly for a headless render
# baseline (layout via UserInterface, per-renderer rasterization). All are
# already in the dependency graph at these exact versions (transitive deps of
Expand Down
Loading