Skip to content

Commit

Permalink
Update egui_tiles with fix for drag-and-drop-panic (#2555)
Browse files Browse the repository at this point in the history
Easy fix:
rerun-io/egui_tiles@f958d8a

Closes #2552

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2555

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/7e89a6c/docs
Examples preview: https://rerun.io/preview/7e89a6c/examples
<!-- pr-link-docs:end -->
  • Loading branch information
emilk committed Jun 29, 2023
1 parent eb45877 commit 1fb76fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ debug = true
# As a last resport, patch with a commit to our own repository.
# ALWAYS document what PR the commit hash is part of, or when it was merged into the upstream trunk.

egui_tiles = { git = "https://github.com/rerun-io/egui_tiles.git", rev = "0127ad5eeed91beefd03b0ff1733200b32fb9a12" }
egui_tiles = { git = "https://github.com/rerun-io/egui_tiles.git", rev = "f958d8af7ed27d925bc2ff7862fb1c1c45961b9e" }

0 comments on commit 1fb76fb

Please sign in to comment.