diff options
author | 2025-03-09 01:38:34 +0100 | |
---|---|---|
committer | 2025-03-09 01:38:34 +0100 | |
commit | fb2544021a40d029a99cadda7cf59acf5e7dc455 (patch) | |
tree | 3760dd8a8c1d3bafaadefd3e07c7c70820e8d582 /wgpu/Cargo.toml | |
parent | 86e8494bfa460bdbf506695f8f4b4f01a9cf5088 (diff) | |
download | iced-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 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 4b6b0483..50c9f588 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -32,7 +32,7 @@ bitflags.workspace = true bytemuck.workspace = true futures.workspace = true glam.workspace = true -glyphon.workspace = true +cryoglyph.workspace = true guillotiere.workspace = true log.workspace = true rustc-hash.workspace = true |