Gip-Gip / egui-plotter

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

update: egui dependencies to 0.27 #16

Open blenderfreaky opened 3 months ago

jjimenezroda commented 3 months ago

Any chance that this one gets merged?

blenderfreaky commented 3 months ago

In the mean-time, you can use this patch in your Cargo.toml:

[patch.crates-io]
egui-plotter = { git = "https://github.com/Gip-Gip/egui-plotter.git", rev = "refs/pull/16/head" }

(or refs/pull/15/head for egui 0.26)