diff options
author | 2023-07-20 21:12:54 +0200 | |
---|---|---|
committer | 2023-07-20 21:12:54 +0200 | |
commit | 9801c930f02489b893aecdc6ebb3b524b7484b6c (patch) | |
tree | 7e245773d3b9a8c700d2713cbf4aba3d347b3167 /wgpu/Cargo.toml | |
parent | fd077918db7643530c3a7318ed5777d2f3d8761b (diff) | |
parent | 1006206fb260e6382ddf50a543846ccb9ffa957b (diff) | |
download | iced-9801c930f02489b893aecdc6ebb3b524b7484b6c.tar.gz iced-9801c930f02489b893aecdc6ebb3b524b7484b6c.tar.bz2 iced-9801c930f02489b893aecdc6ebb3b524b7484b6c.zip |
Merge pull request #1961 from iced-rs/update-glyphon-and-cosmic-text
Update `cosmic-text` and `glyphon`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 22cfad55..a0500f83 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -44,8 +44,8 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" -git = "https://github.com/hecrj/glyphon.git" -rev = "8324f20158a62f8520bad4ed09f6aa5552f8f2a6" +git = "https://github.com/grovesNL/glyphon.git" +rev = "81dedbd04237e181c2118931c5f37d341aeb6837" [dependencies.glam] version = "0.24" |