summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-05 18:30:11 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:36:02 +0100
commitf37b87fbabf09296ad7fea695baded25020d5fbc (patch)
tree0a14109e7a2e393dad1c3f704268557c655ab8f3 /wgpu/Cargo.toml
parent6cf4a10906e777645b6bf47faf0e7b8f3c36549e (diff)
downloadiced-f37b87fbabf09296ad7fea695baded25020d5fbc.tar.gz
iced-f37b87fbabf09296ad7fea695baded25020d5fbc.tar.bz2
iced-f37b87fbabf09296ad7fea695baded25020d5fbc.zip
Avoid allocating `text_areas` in `text::Pipeline`
Diffstat (limited to '')
-rw-r--r--wgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index da8cdf9f..b3fbfc00 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 = "304dcaf8443bec7194891fdef3df468a6eaeb7d9"
+rev = "3c2acb9dea5b9fcb0fa650b3c73b3a3242c62f4a"
[dependencies.tracing]
version = "0.1.6"