diff options
author | 2021-10-01 17:24:39 +0700 | |
---|---|---|
committer | 2021-10-01 17:24:39 +0700 | |
commit | 569aff331f4fd4e9ead1866f56a8a7170de4b7a5 (patch) | |
tree | 108879d437cf5ef62ef3dc5a190a36b51e8af6a8 /wgpu/Cargo.toml | |
parent | 4d4c61b887e5721d9eff4085052b24722d1aa082 (diff) | |
parent | 0621da37a50488c0975da86b2615d2e324daa8d9 (diff) | |
download | iced-569aff331f4fd4e9ead1866f56a8a7170de4b7a5.tar.gz iced-569aff331f4fd4e9ead1866f56a8a7170de4b7a5.tar.bz2 iced-569aff331f4fd4e9ead1866f56a8a7170de4b7a5.zip |
Merge pull request #1067 from akavel/deorient
Honor Exif orientation in `iced_wgpu::Image`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 4c2a3e42..71da889f 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -34,6 +34,8 @@ raw-window-handle = "0.3" log = "0.4" guillotiere = "0.6" futures = "0.3" +kamadak-exif = "0.5" +bitflags = "1.2" [dependencies.bytemuck] version = "1.4" |