update servicepoint library
This commit is contained in:
parent
44ef4bb6d7
commit
f7cb5546b3
8 changed files with 116 additions and 141 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue