zxing: fa19d4758f38daa5d0ea6557af9a64721cfcce07

This commit is contained in:
Henry Schimke
2023-01-09 09:43:04 -06:00
parent 2bc5e5464b
commit af9b5fc0ed
2 changed files with 17 additions and 6 deletions

View File

@@ -19,8 +19,7 @@ use std::{collections::HashMap, path::PathBuf};
use image::DynamicImage;
use crate::{
common::BitMatrix, qrcode::QRCodeWriter, BarcodeFormat,
EncodeHintType, EncodeHintValue, Writer,
common::BitMatrix, qrcode::QRCodeWriter, BarcodeFormat, EncodeHintType, EncodeHintValue, Writer,
};
use super::decoder::ErrorCorrectionLevel;