diff options
Diffstat (limited to 'wgpu')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 940af079..a904fe87 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -28,7 +28,7 @@ spirv = ["wgpu/spirv"] [dependencies] wgpu = "0.10" -wgpu_glyph = {git="https://github.com/rukai/wgpu_glyph.git", branch="update_wgpu_0.10"} +wgpu_glyph = "0.14" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |