feat: Bbox drawing
This commit is contained in:
@@ -43,7 +43,6 @@ pub fn main() -> Result<()> {
|
||||
.cast()
|
||||
.ok_or(errors::Error)
|
||||
.attach_printable("Failed to cast f32 to usize")?;
|
||||
dbg!(bbox);
|
||||
array.draw(bbox, color::palette::css::GREEN_YELLOW.to_rgba8(), 20);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user