blitzarx1 / egui_graphs

Interactive graph visualization widget for rust powered by egui and petgraph
https://docs.rs/crate/egui_graphs
MIT License
388 stars 29 forks source link

Outdated crates.io version #186

Closed wilfredjonathanjames closed 5 months ago

wilfredjonathanjames commented 5 months ago

Thanks for such a great library. It's saving me some time. I just dropped in to say it looks like the crates.io version is out of date. In particular the Graph::add_node* interfaces are missing though there may be some other things. Would you be able to bump the version and republish?

Until then I'm using the following:

#cargo.toml
...
[dependencies]
egui_graphs = { git = "https://github.com/blitzarx1/egui_graphs", res = "be8ae6aedeab950364ec67a2c2908345ccb5d8f2", version = "0.19.0" }
...

Cheers!

blitzarx1 commented 5 months ago

Hey! Thanks for the feedback. I am updating egui version and publishing to crates.io 0.20.0, so it will all be up to date.

blitzarx1 commented 5 months ago

Done

wilfredjonathanjames commented 5 months ago

You beauty! Thank you very much