summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-08-25 16:19:00 +0700
committerLibravatar GitHub <noreply@github.com>2021-08-25 16:19:00 +0700
commit2d65621a3b680457e689b93c800e74f726ffc175 (patch)
tree283aaa8245b8cb41d1f4a23709ba13bbe849d4a4 /wgpu/Cargo.toml
parent8333b8f88ceaa53c361eb6726b2b7dac6cd2c402 (diff)
parentacc47a595300ff9bb9cae1e26c2d41135cde8ae8 (diff)
downloadiced-2d65621a3b680457e689b93c800e74f726ffc175.tar.gz
iced-2d65621a3b680457e689b93c800e74f726ffc175.tar.bz2
iced-2d65621a3b680457e689b93c800e74f726ffc175.zip
Merge pull request #1000 from PolyMeilex/wgpu-0.10
wgpu: Update to 0.10
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 9675797d..a904fe87 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -24,10 +24,11 @@ farbfeld = ["image_rs/farbfeld"]
canvas = ["iced_graphics/canvas"]
qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
+spirv = ["wgpu/spirv"]
[dependencies]
-wgpu = "0.9"
-wgpu_glyph = "0.13"
+wgpu = "0.10"
+wgpu_glyph = "0.14"
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"