diff options
author | 2023-06-26 19:17:34 +0200 | |
---|---|---|
committer | 2023-06-26 19:17:34 +0200 | |
commit | ef18ecf4ef0fe654578380059b467fe2fb34aa0a (patch) | |
tree | 13f6de49d8f33ce7f4056bd36fb5e1a6e3aa8e12 /wgpu/Cargo.toml | |
parent | 75bd55c1f025df33bd9552a6d573ab10826e0050 (diff) | |
parent | ef87ff1e8ab24279a551b3eef6bacd8813712530 (diff) | |
download | iced-ef18ecf4ef0fe654578380059b467fe2fb34aa0a.tar.gz iced-ef18ecf4ef0fe654578380059b467fe2fb34aa0a.tar.bz2 iced-ef18ecf4ef0fe654578380059b467fe2fb34aa0a.zip |
Merge pull request #1921 from iced-rs/subpixel-glyph-positioning
Subpixel glyph positioning and layout linearity
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 f3a83acb..15db5b5d 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 = "8dbf36020e5759fa9144517b321372266160113e" +rev = "8324f20158a62f8520bad4ed09f6aa5552f8f2a6" [dependencies.glam] version = "0.24" |