summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-08 23:21:04 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:37:32 +0100
commit05c787c2efbd8c8bc11925e1605b8b09ba744268 (patch)
tree933c28610ae7415228e6be69b31160926481e763 /wgpu/Cargo.toml
parentddbf93a82ff2ee0ca3265baf2f5b4442717b9101 (diff)
downloadiced-05c787c2efbd8c8bc11925e1605b8b09ba744268.tar.gz
iced-05c787c2efbd8c8bc11925e1605b8b09ba744268.tar.bz2
iced-05c787c2efbd8c8bc11925e1605b8b09ba744268.zip
Grow atlas in `text::Pipeline` when necessary
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 46115a3c..6132768d 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 = "ccf19c67e8a4564263626bc6b86b6154540768c4"
+rev = "541efc5df644b1a25e96113f602a3f6803ce8a07"
[dependencies.tracing]
version = "0.1.6"