diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index d469da0a..b4b2a42b 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -14,8 +14,8 @@ qr_code = ["iced_graphics/qr_code"] default_system_font = ["iced_graphics/font-source"] [dependencies] -wgpu = "0.6" -wgpu_glyph = "0.10" +wgpu = "0.7.0" +wgpu_glyph = {git="https://github.com/hecrj/wgpu_glyph.git"} glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4"