diff options
author | 2024-05-08 19:43:07 +0200 | |
---|---|---|
committer | 2024-05-08 19:43:07 +0200 | |
commit | f1beb56a9af57c708ab51c44e713fdafa0a496ea (patch) | |
tree | 5bcd99647c79dba266b3c061f755d0047cfe6ed9 /Cargo.toml | |
parent | e07b42ac96b8d098a883c93afe828a439f479c7b (diff) | |
parent | 99c1464cc16979381b3a531d293ee34fd6697480 (diff) | |
download | iced-f1beb56a9af57c708ab51c44e713fdafa0a496ea.tar.gz iced-f1beb56a9af57c708ab51c44e713fdafa0a496ea.tar.bz2 iced-f1beb56a9af57c708ab51c44e713fdafa0a496ea.zip |
Merge pull request #2430 from iced-rs/reuse-glyphon-pipeline-state
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 = "f07e7bab705e69d39a5e6e52c73039a93c4552f8" } guillotiere = "0.6" half = "2.2" image = "0.24" |