diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 1e8fecb6..de496aa9 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -13,7 +13,7 @@ canvas = ["lyon"] [dependencies] wgpu = "0.5" -wgpu_glyph = { version = "0.8", git = "https://github.com/hecrj/wgpu_glyph.git", branch = "update-wgpu" } +wgpu_glyph = "0.8" zerocopy = "0.3" glyph_brush = "0.6" raw-window-handle = "0.3"