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]