Gip-Gip / egui-plotter

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

Update deps eframe and egui to v0.24 #11

Closed MikMikus closed 4 months ago

MikMikus commented 6 months ago

Similar to the previous pull request. Packages who use this repo as dependency has egui versions conflict "error[E0308]: mismatched types - two different versions of crate egui are being used".

MikMikus commented 6 months ago

As a temporary dependency solution you can use this pull request in your Cargo.toml:

[dependencies]
egui-plotter = { git = "https://github.com/Gip-Gip/egui-plotter.git", rev = "refs/pull/11/head" }
ohmyarch commented 6 months ago

https://github.com/emilk/egui/releases/tag/0.25.0