Merge branch 'master' into feature/image-from-bytes

This commit is contained in:
Héctor Ramón Jiménez 2019-12-04 04:01:12 +01:00
commit 561c3641c6
24 changed files with 454 additions and 166 deletions

View file

@ -102,6 +102,7 @@ where
}
fn hash_layout(&self, state: &mut Hasher) {
self.path.hash(state);
self.width.hash(state);
self.height.hash(state);
}