feat: Bbox drawing

This commit is contained in:
uttarayan21
2025-08-05 00:28:13 +05:30
parent df5584d797
commit 9fd0993cc3
3 changed files with 27 additions and 3 deletions

View File

@@ -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;
}