summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-08 12:29:17 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-08 12:29:17 +0200
commit447f3a2d14ab1c4bc20e232df1aa2375623af2de (patch)
treefe98bc375b334a480c2370096bcec540d3abec02 /Cargo.toml
parente07b42ac96b8d098a883c93afe828a439f479c7b (diff)
downloadiced-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06f7d198..4f50f018 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 = "cd66a24859cf30b0b8cabf06256dacad362ed44a" }
guillotiere = "0.6"
half = "2.2"
image = "0.24"