diff options
author | 2021-12-23 23:45:43 +0100 | |
---|---|---|
committer | 2022-01-04 16:15:45 +0700 | |
commit | 8dc7a329649a89bd29735a95457726309084cd75 (patch) | |
tree | f6cb76cb66e53c32d406bd15493835aba16819d4 /graphics | |
parent | d6752693990cf84f8c80d6b38a3866f27446ab0a (diff) | |
download | iced-8dc7a329649a89bd29735a95457726309084cd75.tar.gz iced-8dc7a329649a89bd29735a95457726309084cd75.tar.bz2 iced-8dc7a329649a89bd29735a95457726309084cd75.zip |
Bump raw-window-handle
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Cargo.toml | 2 |
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] |