diff options
author | 2021-06-20 11:21:02 +0200 | |
---|---|---|
committer | 2021-06-22 11:23:10 +0200 | |
commit | c70f90f3206f7f5176831b7896d8acc147dd2c53 (patch) | |
tree | 00c088d8a79d1481e8d54ccf913052c8a2f59eab /wgpu | |
parent | e68da229b384fbe78514dab0b13c8eb4637f4f5d (diff) | |
download | iced-c70f90f3206f7f5176831b7896d8acc147dd2c53.tar.gz iced-c70f90f3206f7f5176831b7896d8acc147dd2c53.tar.bz2 iced-c70f90f3206f7f5176831b7896d8acc147dd2c53.zip |
Update wgpu 0.9
Diffstat (limited to 'wgpu')
-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 3eacdd0f..9675797d 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -26,8 +26,8 @@ qr_code = ["iced_graphics/qr_code"] default_system_font = ["iced_graphics/font-source"] [dependencies] -wgpu = "0.8" -wgpu_glyph = "0.12" +wgpu = "0.9" +wgpu_glyph = "0.13" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |