Update configuration schema (#893)

This commit is contained in:
Adlai Holler
2018-05-05 09:48:19 -07:00
committed by GitHub
parent 8379a451d8
commit d97065ca39
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,8 @@
"exp_graphics_contexts",
"exp_text_node",
"exp_interface_state_coalesce",
"exp_unfair_lock"
"exp_unfair_lock",
"exp_infer_layer_defaults"
]
}
}

View File

@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
ASDISPLAYNODE_EXTERN_C_BEGIN
/**
* A bit mask of features.
* A bit mask of features. Make sure to update configuration.json when you add entries.
*/
typedef NS_OPTIONS(NSUInteger, ASExperimentalFeatures) {
ASExperimentalGraphicsContexts = 1 << 0, // exp_graphics_contexts