summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar Poly <marynczakbartlomiej@gmail.com>2021-12-23 23:45:43 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-04 16:15:45 +0700
commit8dc7a329649a89bd29735a95457726309084cd75 (patch)
treef6cb76cb66e53c32d406bd15493835aba16819d4 /graphics
parentd6752693990cf84f8c80d6b38a3866f27446ab0a (diff)
downloadiced-8dc7a329649a89bd29735a95457726309084cd75.tar.gz
iced-8dc7a329649a89bd29735a95457726309084cd75.tar.bz2
iced-8dc7a329649a89bd29735a95457726309084cd75.zip
Bump raw-window-handle
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 15aac4ed..12f38cce 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -20,7 +20,7 @@ opengl = []
[dependencies]
glam = "0.10"
-raw-window-handle = "0.3"
+raw-window-handle = "0.4"
thiserror = "1.0"
[dependencies.bytemuck]