diff options
author | 2023-03-04 05:56:10 +0100 | |
---|---|---|
committer | 2023-03-04 05:56:10 +0100 | |
commit | 5fed065dc3aa3d2f9ff8d229cbffe003a89ba033 (patch) | |
tree | d60bad707fba46838eb27fe109a022b32d8f0933 | |
parent | bacbaeed9981199fa834733efcc72bd80cff3f16 (diff) | |
download | iced-5fed065dc3aa3d2f9ff8d229cbffe003a89ba033.tar.gz iced-5fed065dc3aa3d2f9ff8d229cbffe003a89ba033.tar.bz2 iced-5fed065dc3aa3d2f9ff8d229cbffe003a89ba033.zip |
Update `glyphon` in `iced_wgpu`
-rw-r--r-- | wgpu/Cargo.toml | 2 |
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" |