mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
wip: Search & replace RXingResultPoint with Point
Build fails because the OneDReader proc macro expects that a RXingResultPoint type exists.
This commit is contained in:
@@ -117,8 +117,8 @@ impl OneDReader for Code93Reader {
|
||||
&resultString,
|
||||
Vec::new(),
|
||||
vec![
|
||||
RXingResultPoint::new(left, rowNumber as f32),
|
||||
RXingResultPoint::new(right, rowNumber as f32),
|
||||
Point::new(left, rowNumber as f32),
|
||||
Point::new(right, rowNumber as f32),
|
||||
],
|
||||
BarcodeFormat::CODE_93,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user