We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbfe05 commit 528a504Copy full SHA for 528a504
1 file changed
examples_utils/src/lib.rs
@@ -42,7 +42,7 @@ pub mod internal {
42
State: eframe::App,
43
{
44
let output_path = PathBuf::from(manifest_dir);
45
- let options = SnapshotOptions::new().threshold(5.0).output_path(output_path);
+ let options = SnapshotOptions::new().threshold(10.0).output_path(output_path);
46
47
// Generate main screenshot
48
let mut harness = Harness::builder()
0 commit comments