use std::sync::Arc; use parking_lot::Mutex; use crate::*; /// Contains the input, style and output of all GUI commands. pub struct Context { /// The default style for new regions pub(crate) style: Mutex