setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
711 stars 132 forks source link

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

Open matthiasbeyer opened 1 year ago

matthiasbeyer commented 1 year ago

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 commented 1 year ago

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:

setzer22 commented 1 year ago

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).

matthiasbeyer commented 1 year ago

That's what I'll do! Thanks!

JohnDowson commented 8 months ago

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.