diff options
author | 2021-10-31 17:52:21 +0700 | |
---|---|---|
committer | 2021-10-31 17:52:21 +0700 | |
commit | e70a6be93762af535387623a998ccc0a0aa64d5c (patch) | |
tree | 653397c8a968cb56b806003b39e960d4492cc48f /wgpu/Cargo.toml | |
parent | c9ed15782c3a62fcbfe56a141837b384ada82aaa (diff) | |
parent | 8a2a7f7e2144542b47c1d259f296ad7dcc5f3cf9 (diff) | |
download | iced-e70a6be93762af535387623a998ccc0a0aa64d5c.tar.gz iced-e70a6be93762af535387623a998ccc0a0aa64d5c.tar.bz2 iced-e70a6be93762af535387623a998ccc0a0aa64d5c.zip |
Merge branch 'master' into remove-renderer-traits
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 71da889f..ed74b804 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -27,8 +27,8 @@ default_system_font = ["iced_graphics/font-source"] spirv = ["wgpu/spirv"] [dependencies] -wgpu = "0.10" -wgpu_glyph = "0.14" +wgpu = "0.11" +wgpu_glyph = "0.15" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |