update servicepoint library

This commit is contained in:
Vinzenz Schroeter 2025-05-04 18:55:19 +02:00
parent 44ef4bb6d7
commit f7cb5546b3
8 changed files with 116 additions and 141 deletions

View file

@ -21,7 +21,7 @@ impl Bitmap {
Self::internal_new(servicepoint::Bitmap::new(
width as usize,
height as usize,
))
).unwrap())
}
#[uniffi::constructor]
@ -35,7 +35,7 @@ impl Bitmap {
width as usize,
height as usize,
&data,
))
).unwrap())
}
#[uniffi::constructor]