summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-03-09 01:38:34 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-03-09 01:38:34 +0100
commitfb2544021a40d029a99cadda7cf59acf5e7dc455 (patch)
tree3760dd8a8c1d3bafaadefd3e07c7c70820e8d582 /Cargo.toml
parent86e8494bfa460bdbf506695f8f4b4f01a9cf5088 (diff)
downloadiced-fb2544021a40d029a99cadda7cf59acf5e7dc455.tar.gz
iced-fb2544021a40d029a99cadda7cf59acf5e7dc455.tar.bz2
iced-fb2544021a40d029a99cadda7cf59acf5e7dc455.zip
Update `wgpu` to `24` and use `cryoglyph` fork
Co-authored-by: Winfried Baumann <codewing@web.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f1e9babf..47fe83b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -152,7 +152,7 @@ cosmic-text = "0.12"
dark-light = "2.0"
futures = "0.3"
glam = "0.25"
-glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "09712a70df7431e9a3b1ac1bbd4fb634096cb3b4" }
+cryoglyph = { git = "https://github.com/iced-rs/cryoglyph.git", rev = "a886f2427e612b23788a4e36658ff8cd55ba6695" }
guillotiere = "0.6"
half = "2.2"
image = { version = "0.25", default-features = false }
@@ -188,7 +188,7 @@ wasm-bindgen-futures = "0.4"
wasmtimer = "0.4.1"
web-sys = "0.3.69"
web-time = "1.1"
-wgpu = "23.0"
+wgpu = "24.0"
window_clipboard = "0.4.1"
winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }