diff options
author | 2023-07-07 07:12:37 +0200 | |
---|---|---|
committer | 2023-07-20 20:47:38 +0200 | |
commit | 95ff96f71f8f8069608ad08985e2b1214dd42284 (patch) | |
tree | bd3a902ad36f9b7aa5c00fc26d748d4f8dbeda23 /wgpu/Cargo.toml | |
parent | fd077918db7643530c3a7318ed5777d2f3d8761b (diff) | |
download | iced-95ff96f71f8f8069608ad08985e2b1214dd42284.tar.gz iced-95ff96f71f8f8069608ad08985e2b1214dd42284.tar.bz2 iced-95ff96f71f8f8069608ad08985e2b1214dd42284.zip |
Update `cosmic-text` and `glyphon`
Diffstat (limited to 'wgpu/Cargo.toml')
-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 22cfad55..a47c635a 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -45,7 +45,7 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "8324f20158a62f8520bad4ed09f6aa5552f8f2a6" +rev = "886f47c0a9905af340b07a488c953ac00c4bf370" [dependencies.glam] version = "0.24" |