summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-08 04:47:54 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-08 04:47:54 +0200
commit3ee367355d4534d4eabcf2b135d64dc405984aa4 (patch)
treeb4ed4d110d9204500a1e735b989341ba09e9aff5 /wgpu/Cargo.toml
parent940a47eafd098dce3567a95c38dc8697b0fc7115 (diff)
parentc0431aedd3bbef4161456f2fa5f29866e8f17fc5 (diff)
downloadiced-3ee367355d4534d4eabcf2b135d64dc405984aa4.tar.gz
iced-3ee367355d4534d4eabcf2b135d64dc405984aa4.tar.bz2
iced-3ee367355d4534d4eabcf2b135d64dc405984aa4.zip
Merge branch 'advanced-text' into incremental-rendering
Diffstat (limited to '')
-rw-r--r--wgpu/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 3aef4ff4..36c891bb 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -13,7 +13,7 @@ image = ["iced_graphics/image"]
svg = ["resvg"]
[dependencies]
-wgpu = "0.14"
+wgpu = "0.15"
raw-window-handle = "0.5"
log = "0.4"
guillotiere = "0.6"
@@ -44,7 +44,7 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
git = "https://github.com/hecrj/glyphon.git"
-rev = "47050174841a4f58fc8d85c943a2117f72f19e8e"
+rev = "6601deec1c7595f8fd5f83f929b2497104905400"
[dependencies.encase]
version = "0.3.0"