blitzarx1 / egui_graphs

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

cannot be compiled without egui_persistence when egui is compiled with persistence #165

Closed XertroV closed 3 months ago

XertroV commented 9 months ago

this isn't too much of an issue i guess because not much is persisted, however, it does make #164 harder to debug. (I'm using the 'Reset egui' button from the demo backend panel to fix it; but not everyone will have that)

blitzarx1 commented 9 months ago

Before going stable we will decide what goes into the default feature set. For the moment if you want to use persistence feature in egui you need to explicitly enable egui_persistence feature