mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 22:08:28 +00:00
553 B
553 B
CHANGELOG
0.2.0
Changed
- Under the
persistencefeatureserde::Serialize/Deserializeis now derived forGraphEditorStateand all its relevant types. NodeTemplateIternow requires the list of templates returned by user code to be owned. This circumvents several issues that came with having a trait return an iterator of references.- Generic parameters in
NodeDataTraitare now associated types instead. This makes implementing the types possible in more situationns.
Added
- New
CreatedNoderesponse by @jorgeja