diff options
author | 2024-05-08 12:29:17 +0200 | |
---|---|---|
committer | 2024-05-08 12:29:17 +0200 | |
commit | 447f3a2d14ab1c4bc20e232df1aa2375623af2de (patch) | |
tree | fe98bc375b334a480c2370096bcec540d3abec02 /Cargo.toml | |
parent | e07b42ac96b8d098a883c93afe828a439f479c7b (diff) | |
download | iced-447f3a2d14ab1c4bc20e232df1aa2375623af2de.tar.gz iced-447f3a2d14ab1c4bc20e232df1aa2375623af2de.tar.bz2 iced-447f3a2d14ab1c4bc20e232df1aa2375623af2de.zip |
Reuse `glyphon::Pipeline` state in `iced_wgpu`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ cosmic-text = "0.10" dark-light = "1.0" futures = "0.3" glam = "0.25" -glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "ceed55403ce53e120ce9d1fae17dcfe388726118" } +glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "cd66a24859cf30b0b8cabf06256dacad362ed44a" } guillotiere = "0.6" half = "2.2" image = "0.24" |