From ddf79ce1a57f696c42b37336352a532e5fcc2d8b Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Fri, 11 Oct 2024 12:08:20 +0200 Subject: [PATCH] Use kittest from main --- Cargo.lock | 2 +- crates/egui_kittest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d21f7981ef..30d09557179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,7 +2348,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kittest" version = "0.1.0" -source = "git+https://github.com/rerun-io/kittest?branch=impl-debug#240832d5d086ae0a9cf358af9450c0cef16fbeab" +source = "git+https://github.com/rerun-io/kittest?branch=main#1336a504aefd05f7e9aa7c9237ae44ba9e72acdd" dependencies = [ "accesskit", "accesskit_consumer", diff --git a/crates/egui_kittest/Cargo.toml b/crates/egui_kittest/Cargo.toml index ee161541d05..410403105b6 100644 --- a/crates/egui_kittest/Cargo.toml +++ b/crates/egui_kittest/Cargo.toml @@ -15,7 +15,7 @@ default = ["image?/png"] [dependencies] accesskit_consumer = "0.24.0" -kittest = { git = "https://github.com/rerun-io/kittest", version = "0.1", branch = "impl-debug" } +kittest = { git = "https://github.com/rerun-io/kittest", version = "0.1", branch = "main" } egui = { workspace = true, features = ["accesskit"] } # wgpu dependencies