Merge branch 'master' into feature/image-from-bytes
This commit is contained in:
commit
561c3641c6
24 changed files with 454 additions and 166 deletions
|
|
@ -102,6 +102,7 @@ where
|
|||
}
|
||||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
self.path.hash(state);
|
||||
self.width.hash(state);
|
||||
self.height.hash(state);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue