egui_node_graph icon indicating copy to clipboard operation
egui_node_graph copied to clipboard

Cannot use because Color32 is not in epaint::color::Color32

Open matthiasbeyer opened this issue 2 years ago • 4 comments

This crate expects epaint::color::Color32 as return value from DataTypeTrait::data_type_color(), but Color32 is at epaint::Color32.

Can you please publish a bugfix release for fixing this?

matthiasbeyer avatar May 21 '23 10:05 matthiasbeyer

Ah, presumably that's because the 0.4.0 release depends on egui 0.19, ... so I guess a new release for the new egui version would be nice! :smile:

matthiasbeyer avatar May 21 '23 10:05 matthiasbeyer

Yes! We're planning on a new release once a few more things are merged. In the meantime, you can depend on the main git branch. We try to always keep it in a working state (still, it's good to pin a specific commit just in case).

setzer22 avatar May 21 '23 10:05 setzer22

That's what I'll do! Thanks!

matthiasbeyer avatar May 21 '23 10:05 matthiasbeyer

Yes! We're planning on a new release once a few more things are merged. In the meantime, you can depend on the main git branch. We try to always keep it in a working state (still, it's good to pin a specific commit just in case).

It's been awhile, any plans on cutting a new release? Docs seem too be drastically better on master as well as fresh egui and a bunch of features, judging by commit log.

JohnDowson avatar Nov 22 '23 18:11 JohnDowson