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