//! This crate implements a [`Canvas`] struct, which implements
//! [`egui::Widget`] trait while aiming to be as similar to TKinter (python)
//! Canvas widget.
//!
//! In practise, this means it is an global state holder for [`egui::Shape`]
//! objects and a click handler closure.
const LOCK_ERR_MSG: &str = "Something panicked with a mutex locked";
pub use ;
pub use PointerButton;
pub use ;
pub use ;