pub fn draw_rect(rect: &Rect<f32>, lines: &mut Vec<Line>, color: Color)
“Draws” a rectangle into a list of lines.