diff options
author | 2023-07-20 20:48:39 +0200 | |
---|---|---|
committer | 2023-07-20 20:48:39 +0200 | |
commit | 1006206fb260e6382ddf50a543846ccb9ffa957b (patch) | |
tree | 7e245773d3b9a8c700d2713cbf4aba3d347b3167 /wgpu/Cargo.toml | |
parent | 95ff96f71f8f8069608ad08985e2b1214dd42284 (diff) | |
download | iced-1006206fb260e6382ddf50a543846ccb9ffa957b.tar.gz iced-1006206fb260e6382ddf50a543846ccb9ffa957b.tar.bz2 iced-1006206fb260e6382ddf50a543846ccb9ffa957b.zip |
Use official `glyphon` repository instead of fork
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 a47c635a..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 = "886f47c0a9905af340b07a488c953ac00c4bf370" +git = "https://github.com/grovesNL/glyphon.git" +rev = "81dedbd04237e181c2118931c5f37d341aeb6837" [dependencies.glam] version = "0.24" |