Gip-Gip / egui-plotter

Simple to use utilties for integrating plotter into egui
MIT License
40 stars 15 forks source link

update deps egui and eframe #13

Closed tomtuamnuq closed 4 months ago

tomtuamnuq commented 5 months ago

Closes #12

Similar to the two pull requests regarding the previous versions of egui 0.24 and 0.23.

epaint version 0.25 introduced a breaking change in TextShape::new, see the Pull Request in egui. Using the Color::PLACEHOLDER should be sufficient as argument here, since a colored galley is used (see line 359 in src/backend.rs) @Gip-Gip what do you think?

Code compiles and works within my wasm project (3D chart - thanks for this!!!) with rust version 1.75. I have not checked the native examples egui-plotter/examples.

cptyannick commented 5 months ago

I am currently working through the native Chart-example, and it compiles and works fine! Thanks, tomtuamnuq!

Gip-Gip commented 4 months ago

apologies, been busy and will merge this soon. Thanks!