diff options
author | 2021-09-30 16:11:30 +0700 | |
---|---|---|
committer | 2021-09-30 16:15:15 +0700 | |
commit | 21d138aa28a518ca0893eec4abbda95b07ba56bc (patch) | |
tree | 289761020cf657f178fed9a81531598562886766 /wgpu/Cargo.toml | |
parent | 4fd2e1a57d1f7df98cdae955991f127a122a3644 (diff) | |
download | iced-21d138aa28a518ca0893eec4abbda95b07ba56bc.tar.gz iced-21d138aa28a518ca0893eec4abbda95b07ba56bc.tar.bz2 iced-21d138aa28a518ca0893eec4abbda95b07ba56bc.zip |
Refactor `Orientation` into `Operation` in `image::raster`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index c860bbf1..af841036 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -35,6 +35,7 @@ log = "0.4" guillotiere = "0.6" futures = "0.3" kamadak-exif = "0.5" +bitflags = "1.3" [dependencies.bytemuck] version = "1.4" |