summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index a0144f78..bcab0adc 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -28,7 +28,7 @@ spirv = ["wgpu/spirv"]
[dependencies]
wgpu = "0.12"
-wgpu_glyph = {path="../../wgpu_glyph"}
+wgpu_glyph = "0.16"
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"