Skip to content

Commit

Permalink
deprecate flow_bitmap_bgra_fill_rect
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 25, 2025
1 parent 241aa2b commit 1b46d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageflow_core/src/graphics/fill.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::graphics::prelude::*;

#[deprecated(since = "0.1.0", note = "Stop using flow_bitmap_bgra_fill_rect, use BitmapWindowMut<'a, u8>.fill_rect")]
pub unsafe fn flow_bitmap_bgra_fill_rect(
b: &mut crate::ffi::BitmapBgra,
x1: u32,
Expand Down

0 comments on commit 1b46d33

Please sign in to comment.