summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-04 05:56:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-04 05:56:10 +0100
commit5fed065dc3aa3d2f9ff8d229cbffe003a89ba033 (patch)
treed60bad707fba46838eb27fe109a022b32d8f0933
parentbacbaeed9981199fa834733efcc72bd80cff3f16 (diff)
downloadiced-5fed065dc3aa3d2f9ff8d229cbffe003a89ba033.tar.gz
iced-5fed065dc3aa3d2f9ff8d229cbffe003a89ba033.tar.bz2
iced-5fed065dc3aa3d2f9ff8d229cbffe003a89ba033.zip
Update `glyphon` in `iced_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 4cdd6c68..50a81a91 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -55,7 +55,7 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
git = "https://github.com/hecrj/glyphon.git"
-rev = "810bc979f9005e2bd343b72b980e57e46174283f"
+rev = "edd23695ad53db5f89d455c3c130172fd107d6a2"
[dependencies.encase]
version = "0.3.0"