1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Use similar-asserts for better test output

This commit is contained in:
Emil Ernerfeldt
2025-03-28 15:11:30 +01:00
parent 2ac4c93cc3
commit 79d114dfb0
4 changed files with 138 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ backtrace = { workspace = true, optional = true }
[dev-dependencies]
criterion.workspace = true
similar-asserts.workspace = true
[[bench]]