summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Poly <marynczak.bartlomiej@gmail.com>2021-08-19 17:13:08 +0200
committerLibravatar Poly <marynczak.bartlomiej@gmail.com>2021-08-19 17:13:08 +0200
commit8a7c91bcb2867e751819d780eb5c46546da18d9a (patch)
tree3be1ccd9d7a1c601273924b16fb61f6030808b56 /wgpu
parent18753b77fc7a64292748fb303fa75fde1dd65f4d (diff)
downloadiced-8a7c91bcb2867e751819d780eb5c46546da18d9a.tar.gz
iced-8a7c91bcb2867e751819d780eb5c46546da18d9a.tar.bz2
iced-8a7c91bcb2867e751819d780eb5c46546da18d9a.zip
Update wgpu_glyph
Diffstat (limited to 'wgpu')
-rw-r--r--wgpu/Cargo.toml2
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"