diff options
author | 2021-12-23 23:45:43 +0100 | |
---|---|---|
committer | 2022-01-04 16:15:45 +0700 | |
commit | 8dc7a329649a89bd29735a95457726309084cd75 (patch) | |
tree | f6cb76cb66e53c32d406bd15493835aba16819d4 /wgpu | |
parent | d6752693990cf84f8c80d6b38a3866f27446ab0a (diff) | |
download | iced-8dc7a329649a89bd29735a95457726309084cd75.tar.gz iced-8dc7a329649a89bd29735a95457726309084cd75.tar.bz2 iced-8dc7a329649a89bd29735a95457726309084cd75.zip |
Bump raw-window-handle
Diffstat (limited to 'wgpu')
-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 bcab0adc..f4c4fa2c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -30,7 +30,7 @@ spirv = ["wgpu/spirv"] wgpu = "0.12" wgpu_glyph = "0.16" glyph_brush = "0.7" -raw-window-handle = "0.3" +raw-window-handle = "0.4" log = "0.4" guillotiere = "0.6" futures = "0.3" |