summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-05-08 19:43:07 +0200
committerLibravatar GitHub <noreply@github.com>2024-05-08 19:43:07 +0200
commitf1beb56a9af57c708ab51c44e713fdafa0a496ea (patch)
tree5bcd99647c79dba266b3c061f755d0047cfe6ed9 /Cargo.toml
parente07b42ac96b8d098a883c93afe828a439f479c7b (diff)
parent99c1464cc16979381b3a531d293ee34fd6697480 (diff)
downloadiced-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06f7d198..fc35fee8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"