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

@ -31,7 +31,7 @@ impl Cp437Grid {
width as usize,
height as usize,
&data,
))
).unwrap())
}
#[uniffi::constructor]