diff options
author | 2021-08-19 17:13:08 +0200 | |
---|---|---|
committer | 2021-08-19 17:13:08 +0200 | |
commit | 8a7c91bcb2867e751819d780eb5c46546da18d9a (patch) | |
tree | 3be1ccd9d7a1c601273924b16fb61f6030808b56 /wgpu | |
parent | 18753b77fc7a64292748fb303fa75fde1dd65f4d (diff) | |
download | iced-8a7c91bcb2867e751819d780eb5c46546da18d9a.tar.gz iced-8a7c91bcb2867e751819d780eb5c46546da18d9a.tar.bz2 iced-8a7c91bcb2867e751819d780eb5c46546da18d9a.zip |
Update wgpu_glyph
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" |