Function square

Source
pub fn square(bl: [i32; 2], rt: [i32; 2], line_color: Color, fill_color: Color)
Expand description

Draws a square given bottom-left and top-right coordinates with specified line and fill colors.

Note: This function is a placeholder and currently does not implement any drawing logic.