summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Mateusz Czapliński <czapkofan@gmail.com>2021-09-29 19:26:46 +0200
committerLibravatar Mateusz Czapliński <czapkofan@gmail.com>2021-09-30 00:28:56 +0200
commit82e3e316dd49884b06fea3ad3129e23faaa7588a (patch)
tree381279c554913feb693d1e57365df691aaba1eaa /wgpu/Cargo.toml
parent4d4c61b887e5721d9eff4085052b24722d1aa082 (diff)
downloadiced-82e3e316dd49884b06fea3ad3129e23faaa7588a.tar.gz
iced-82e3e316dd49884b06fea3ad3129e23faaa7588a.tar.bz2
iced-82e3e316dd49884b06fea3ad3129e23faaa7588a.zip
Honor Exif orientation in `iced_wgpu::Image`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 4c2a3e42..bee8dd49 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -34,6 +34,7 @@ raw-window-handle = "0.3"
log = "0.4"
guillotiere = "0.6"
futures = "0.3"
+kamadak-exif = "0.5" # TODO(akavel): cfg(only when jpeg enabled) ?
[dependencies.bytemuck]
version = "1.4"