From fb2544021a40d029a99cadda7cf59acf5e7dc455 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Mar 2025 01:38:34 +0100 Subject: Update `wgpu` to `24` and use `cryoglyph` fork Co-authored-by: Winfried Baumann --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" } -- cgit