diff options
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 35ea9c31..3bbc57a0 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -13,10 +13,10 @@ canvas = ["iced_graphics/canvas"] [dependencies] wgpu = "0.5" -wgpu_glyph = "0.8" +wgpu_glyph = "0.9" +glyph_brush = "0.7" zerocopy = "0.3" bytemuck = "1.2" -glyph_brush = "0.6" raw-window-handle = "0.3" glam = "0.8" log = "0.4" |