Invalidate QRCode cache on Appearance change
This commit is contained in:
parent
4c6ea3cfe2
commit
b535f7ae38
3 changed files with 69 additions and 53 deletions
|
|
@ -2,7 +2,7 @@
|
|||
use crate::core::Color;
|
||||
|
||||
/// The appearance of a QR code.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub struct Appearance {
|
||||
/// The color of the QR code data cells
|
||||
pub cell: Color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue