Skip to content

Commit

Permalink
Use kittest from main
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 11, 2024
1 parent 311d447 commit ddf79ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_kittest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddf79ce

Please sign in to comment.