summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-29 04:02:24 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-29 04:04:14 +0100
commit2bb53ad6e7ea2689f2f56662e5840a8d363b3108 (patch)
treeb42d34298b092dcc3238ae404ee86b8b17d6a076 /Cargo.toml
parent1df1cf82f4c9485533f2566c8490cfe188b4ae6a (diff)
downloadiced-2bb53ad6e7ea2689f2f56662e5840a8d363b3108.tar.gz
iced-2bb53ad6e7ea2689f2f56662e5840a8d363b3108.tar.bz2
iced-2bb53ad6e7ea2689f2f56662e5840a8d363b3108.zip
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
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 e2639944..74ff3b84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -129,7 +129,7 @@ cosmic-text = "0.10"
dark-light = "1.0"
futures = "0.3"
glam = "0.25"
-glyphon = "0.5"
+glyphon = { git = "https://github.com/hecrj/glyphon.git", branch = "use-staging-belt" }
guillotiere = "0.6"
half = "2.2"
image = "0.24"