1//! This module contains the implementation of the standard built-in shapes. 2 3pub mod render; 4pub mod shapes;