summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-11-06 19:10:59 +0100
committerLibravatar GitHub <noreply@github.com>2020-11-06 19:10:59 +0100
commitef76f16900801c764292674280b0150e039d1ca3 (patch)
tree57ac73528ced626885a7d303f2422c937c89f987 /wgpu
parente6131783e981121536769e221a9b939c41b60dec (diff)
parent66509784cb1a9211ddc75825987b915af0e4df26 (diff)
downloadiced-ef76f16900801c764292674280b0150e039d1ca3.tar.gz
iced-ef76f16900801c764292674280b0150e039d1ca3.tar.bz2
iced-ef76f16900801c764292674280b0150e039d1ca3.zip
Merge pull request #600 from aentity/update_guillotiere
update guillotiere to 0.6
Diffstat (limited to 'wgpu')
-rw-r--r--wgpu/Cargo.toml2
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]