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

Update kittest to 0.2 (#7332)

This commit is contained in:
Lucas Meurer
2025-07-10 16:38:52 +02:00
committed by GitHub
parent c0325e9be2
commit a9124af00d
2 changed files with 4 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ glutin = { version = "0.32.0", default-features = false }
glutin-winit = { version = "0.5.0", default-features = false }
home = "0.5.9"
image = { version = "0.25", default-features = false }
kittest = { version = "0.1.0", git = "https://github.com/rerun-io/kittest", branch = "main" }
kittest = { version = "0.2.0" }
log = { version = "0.4", features = ["std"] }
mimalloc = "0.1.46"
nohash-hasher = "0.2"