mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 21:37:59 +00:00
Rename document_node_types.rs to document_node_definitions.rs
This commit is contained in:
parent
33739b9ad4
commit
6a2b0d74dc
18 changed files with 22 additions and 22 deletions
|
@ -675,7 +675,7 @@ impl EditorHandle {
|
|||
) {
|
||||
use editor::messages::portfolio::document::graph_operation::transform_utils::*;
|
||||
use editor::messages::portfolio::document::graph_operation::utility_types::*;
|
||||
use editor::messages::portfolio::document::node_graph::document_node_types::resolve_document_node_type;
|
||||
use editor::messages::portfolio::document::node_graph::document_node_definitions::resolve_document_node_type;
|
||||
use editor::node_graph_executor::replace_node_runtime;
|
||||
use editor::node_graph_executor::NodeRuntime;
|
||||
use graph_craft::document::NodeInput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue