enso/app/gui/view/graph-editor
Adam Obuchowicz 5b7576f53a
Fix compilation error when building single graph_editor crate (#3319)
@akavel spotted a compilation error, when building test for graph_editor crate. The cause was that:
* prelude without serde still added serde derivatives in im_string_newtype
* and the graph_editor needs serde from prelude anyway (because it wants to have serializable ImStrings).
2022-03-17 14:35:35 +01:00
..
src Node searcher zoom & edited node growth/shrink animation (#3327) 2022-03-17 10:38:18 +00:00
Cargo.toml Fix compilation error when building single graph_editor crate (#3319) 2022-03-17 14:35:35 +01:00