diff options
author | 2023-06-16 16:16:19 +0200 | |
---|---|---|
committer | 2023-06-16 16:16:19 +0200 | |
commit | 1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9 (patch) | |
tree | 80967dbd0982802d40e37079cedb94eca51cad37 /wgpu/Cargo.toml | |
parent | e7e2b7b7117c1eb6f5e94dbd62fa1fb5e67e2e71 (diff) | |
parent | 0c65936664dfba70fe5d22d1347c14cf9f85d0da (diff) | |
download | iced-1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9.tar.gz iced-1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9.tar.bz2 iced-1726b523d52197e2f2bdf8d4fe33ab13b2f90fb9.zip |
Merge pull request #1918 from iced-rs/update/glyphon-and-cosmic-text
Update `glyphon` and `cosmic-text`
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 7e50dff2..f3a83acb 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 = "26f92369da3704988e3e27f0b35e705c6b2de203" +rev = "8dbf36020e5759fa9144517b321372266160113e" [dependencies.glam] version = "0.24" |