mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Update kittest to 0.4.0 (#8002)
This commit is contained in:
@@ -2483,8 +2483,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kittest"
|
name = "kittest"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
source = "git+https://github.com/rerun-io/kittest?branch=main#ce7a2f3b12c36021889b50bdff671cec8016b0fb"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "90ceaa75eb0036a32b6b9833962eb18137449e9817e2e586006471925b727fd5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accesskit",
|
"accesskit",
|
||||||
"accesskit_consumer",
|
"accesskit_consumer",
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ glutin-winit = { version = "0.5.0", default-features = false }
|
|||||||
home = "0.5.9"
|
home = "0.5.9"
|
||||||
image = { version = "0.25.6", default-features = false }
|
image = { version = "0.25.6", default-features = false }
|
||||||
js-sys = "0.3.77"
|
js-sys = "0.3.77"
|
||||||
kittest = { version = "0.3.0" }
|
kittest = { version = "0.4.0" }
|
||||||
log = { version = "0.4.28", features = ["std"] }
|
log = { version = "0.4.28", features = ["std"] }
|
||||||
memoffset = "0.9.1"
|
memoffset = "0.9.1"
|
||||||
mimalloc = "0.1.48"
|
mimalloc = "0.1.48"
|
||||||
@@ -148,9 +148,6 @@ wgpu = { version = "29.0.0", default-features = false, features = ["std"] }
|
|||||||
windows-sys = "0.61.2"
|
windows-sys = "0.61.2"
|
||||||
winit = { version = "0.30.12", default-features = false }
|
winit = { version = "0.30.12", default-features = false }
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
kittest = { git = "https://github.com/rerun-io/kittest", branch = "main" }
|
|
||||||
|
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
unsafe_code = "deny"
|
unsafe_code = "deny"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user