Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove egui_plot as dependency from re_sdk #5099

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Conversation

emilk
Copy link
Member

@emilk emilk commented Feb 7, 2024

What

Part of #4788

We need to start tracking the number of dependencies and/or compile-time of re_sdk: #5101.

@v-morlock pointed out in https://github.com/rerun-io/rerun/issues/5095we accidentally pull in all of egui 🤦

This PR fixes that.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

@emilk emilk added 🧑‍💻 dev experience developer experience (excluding CI) dependencies concerning crates, pip packages etc include in changelog labels Feb 7, 2024
@emilk emilk changed the title Remove egui_plot as dependency from rerun-sdk Remove egui_plot as dependency from re_sdk Feb 7, 2024
@teh-cmc teh-cmc force-pushed the emilk/trim-rerun-deps branch from 33b58c3 to a519074 Compare February 7, 2024 16:00
@@ -282,3 +281,12 @@ impl SpaceViewClass for BarChartSpaceView {
Ok(())
}
}

fn to_egui_lot_corner(value: LegendCorner) -> egui_plot::Corner {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo 😭

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have fixed this quickly, but someone has force-pushed to my branch :P

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🚢 🚢

@teh-cmc teh-cmc merged commit a0467a4 into main Feb 7, 2024
23 of 31 checks passed
@teh-cmc teh-cmc deleted the emilk/trim-rerun-deps branch February 7, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies concerning crates, pip packages etc 🧑‍💻 dev experience developer experience (excluding CI) include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants