diff options
author | 2020-11-06 01:49:37 -0800 | |
---|---|---|
committer | 2020-11-06 01:49:37 -0800 | |
commit | 66509784cb1a9211ddc75825987b915af0e4df26 (patch) | |
tree | 57ac73528ced626885a7d303f2422c937c89f987 /wgpu/Cargo.toml | |
parent | e6131783e981121536769e221a9b939c41b60dec (diff) | |
download | iced-66509784cb1a9211ddc75825987b915af0e4df26.tar.gz iced-66509784cb1a9211ddc75825987b915af0e4df26.tar.bz2 iced-66509784cb1a9211ddc75825987b915af0e4df26.zip |
update guillotiere to 0.6
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 05088bbd..c07081fd 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -20,7 +20,7 @@ zerocopy = "0.3" bytemuck = "1.2" raw-window-handle = "0.3" log = "0.4" -guillotiere = "0.5" +guillotiere = "0.6" futures = "0.3" [dependencies.iced_native] |