Skip to content

Commit

Permalink
Bump egui master (#5416)
Browse files Browse the repository at this point in the history
### What

Fixes #5310 thanks to emilk/egui#4138

### 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)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/5416/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/5416/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/5416/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5416)
- [Docs
preview](https://rerun.io/preview/093db3f095155bbdf42cfc9a25593fa1be8e13de/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/093db3f095155bbdf42cfc9a25593fa1be8e13de/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
  • Loading branch information
abey79 authored Mar 7, 2024
1 parent 681ecec commit 532d047
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@ 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.

ecolor = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
eframe = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
egui = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
egui_extras = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
egui_plot = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
egui-wgpu = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
emath = { git = "https://github.com/emilk/egui.git", rev = "e29022efc4783fe06842a46371d5bd88e3f13bdd" } # egui master 2024-02-29
ecolor = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06
eframe = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06
egui = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06
egui_extras = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06
egui_plot = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06
egui-wgpu = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06
emath = { git = "https://github.com/emilk/egui.git", rev = "a1d5145c16aba4d0b11668d496735d07520d0339" } # egui master 2024-03-06

# Useful while developing:
# ecolor = { path = "../../egui/crates/ecolor" }
Expand Down

0 comments on commit 532d047

Please sign in to comment.