summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-27 03:40:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-27 03:41:32 +0100
commit11b2c3bbe31a43e73a61b9bd9f022233f302ae27 (patch)
treea577b430cec446719a1df5361bcd9821748dec00 /wgpu/Cargo.toml
parent368cadd25a8b57ee5c41e45d1abe8d1dfb194c69 (diff)
downloadiced-11b2c3bbe31a43e73a61b9bd9f022233f302ae27.tar.gz
iced-11b2c3bbe31a43e73a61b9bd9f022233f302ae27.tar.bz2
iced-11b2c3bbe31a43e73a61b9bd9f022233f302ae27.zip
Reuse text buffers independently of color in `iced_wgpu`
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 632873a3..9e80a76d 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -60,7 +60,7 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
git = "https://github.com/hecrj/glyphon.git"
-rev = "65b481d758f50fd13fc21af2cc5ef62ddee64955"
+rev = "810bc979f9005e2bd343b72b980e57e46174283f"
[dependencies.tracing]
version = "0.1.6"