summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Mateusz Czapliński <czapkofan@gmail.com>2021-09-30 20:10:16 +0200
committerLibravatar Mateusz Czapliński <czapkofan@gmail.com>2021-09-30 21:02:46 +0200
commit0621da37a50488c0975da86b2615d2e324daa8d9 (patch)
tree108879d437cf5ef62ef3dc5a190a36b51e8af6a8 /wgpu
parent2cc7e0a44901a46887b73d9e34d9b3dcc1de8580 (diff)
downloadiced-0621da37a50488c0975da86b2615d2e324daa8d9.tar.gz
iced-0621da37a50488c0975da86b2615d2e324daa8d9.tar.bz2
iced-0621da37a50488c0975da86b2615d2e324daa8d9.zip
Downgrade bitmask in iced_wgpu for consistency with iced_core
Diffstat (limited to 'wgpu')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index af841036..71da889f 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -35,7 +35,7 @@ log = "0.4"
guillotiere = "0.6"
futures = "0.3"
kamadak-exif = "0.5"
-bitflags = "1.3"
+bitflags = "1.2"
[dependencies.bytemuck]
version = "1.4"