Use released version of kittest
This commit is contained in:
parent
045ed41efc
commit
0fb340fe89
|
|
@ -2340,7 +2340,8 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kittest"
|
name = "kittest"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/rerun-io/kittest?branch=main#06e01f17fed36a997e1541f37b2d47e3771d7533"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "f659954571a3c132356bd15c25f0dcf14d270a28ec5c58797adc2f432831bed5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accesskit",
|
"accesskit",
|
||||||
"accesskit_consumer",
|
"accesskit_consumer",
|
||||||
|
|
|
||||||
|
|
@ -82,12 +82,12 @@ glutin = { version = "0.32.0", default-features = false }
|
||||||
glutin-winit = { version = "0.5.0", default-features = false }
|
glutin-winit = { version = "0.5.0", default-features = false }
|
||||||
home = "0.5.9"
|
home = "0.5.9"
|
||||||
image = { version = "0.25", default-features = false }
|
image = { version = "0.25", default-features = false }
|
||||||
kittest = { git = "https://github.com/rerun-io/kittest", version = "0.1", branch = "main" }
|
kittest = { version = "0.1" }
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4", features = ["std"] }
|
||||||
nohash-hasher = "0.2"
|
nohash-hasher = "0.2"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
pollster = "0.4"
|
pollster = "0.4"
|
||||||
profiling = {version = "1.0", default-features = false }
|
profiling = { version = "1.0", default-features = false }
|
||||||
puffin = "0.19"
|
puffin = "0.19"
|
||||||
puffin_http = "0.16"
|
puffin_http = "0.16"
|
||||||
raw-window-handle = "0.6.0"
|
raw-window-handle = "0.6.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue