summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/integration/src/main.rs1
-rw-r--r--wgpu/Cargo.toml4
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs
index 342d4c69..98b58f16 100644
--- a/examples/integration/src/main.rs
+++ b/examples/integration/src/main.rs
@@ -82,7 +82,6 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
futures::futures::executor::block_on(async {
let adapter = wgpu::util::initialize_adapter_from_env_or_default(
&instance,
- backend,
Some(&surface),
)
.await
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 69568099..2fade559 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -14,8 +14,8 @@ svg = ["resvg"]
web-colors = ["iced_graphics/web-colors"]
[dependencies]
-wgpu = "0.16"
-glyphon = "0.3"
+wgpu = "0.17"
+glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "20f0f8fa80e0d0df4c63634ce9176fa489546ca9" }
raw-window-handle = "0.5"
guillotiere = "0.6"
futures = "0.3"