1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Update kittest to 0.4.0 (#8002)

This commit is contained in:
Lucas Meurer
2026-03-24 11:02:44 +01:00
committed by GitHub
parent fbe5763a91
commit 91effb9e57
2 changed files with 4 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ glutin-winit = { version = "0.5.0", default-features = false }
home = "0.5.9"
image = { version = "0.25.6", default-features = false }
js-sys = "0.3.77"
kittest = { version = "0.3.0" }
kittest = { version = "0.4.0" }
log = { version = "0.4.28", features = ["std"] }
memoffset = "0.9.1"
mimalloc = "0.1.48"
@@ -148,9 +148,6 @@ wgpu = { version = "29.0.0", default-features = false, features = ["std"] }
windows-sys = "0.61.2"
winit = { version = "0.30.12", default-features = false }
[patch.crates-io]
kittest = { git = "https://github.com/rerun-io/kittest", branch = "main" }
[workspace.lints.rust]
unsafe_code = "deny"