summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar aentity <aentity@yahoo.com>2020-11-06 01:49:37 -0800
committerLibravatar aentity <aentity@yahoo.com>2020-11-06 01:49:37 -0800
commit66509784cb1a9211ddc75825987b915af0e4df26 (patch)
tree57ac73528ced626885a7d303f2422c937c89f987 /wgpu/Cargo.toml
parente6131783e981121536769e221a9b939c41b60dec (diff)
downloadiced-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.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]