mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Resolve context features from the registry at compile instead of persisting them
This commit is contained in:
@@ -57,7 +57,8 @@ pub struct DocumentNode {
|
||||
#[serde(default)]
|
||||
pub skip_deduplication: bool,
|
||||
/// List of Extract and Inject annotations for the Context.
|
||||
#[serde(default)]
|
||||
/// Resolved from the registry at compile time; only code-built wrapper nodes carry a declaration here.
|
||||
#[serde(skip)]
|
||||
pub context_features: ContextDependencies,
|
||||
/// The path to this node and its inputs and outputs as of when [`NodeNetwork::generate_node_paths`] was called.
|
||||
#[serde(skip)]
|
||||
|
||||
Reference in New Issue
Block a user