From 485b219f5d324c42ae25c9420d56b8e698df765e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:18:50 +0000 Subject: [PATCH] fix(deps): update rust crate winit to 0.30 --- crates/runtime/debug-ui/egui/Cargo.toml | 2 +- crates/runtime/wgpu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/runtime/debug-ui/egui/Cargo.toml b/crates/runtime/debug-ui/egui/Cargo.toml index e315a5ab7..06439b043 100644 --- a/crates/runtime/debug-ui/egui/Cargo.toml +++ b/crates/runtime/debug-ui/egui/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1" egui = "0.27" egui-winit = "0.27" egui-wgpu = { version = "0.27", features = ["winit"] } -winit = "0.29" +winit = "0.30" image = "0.24" tracing = "0.1" tracing-subscriber = "0.3" diff --git a/crates/runtime/wgpu/Cargo.toml b/crates/runtime/wgpu/Cargo.toml index cd5cb324d..0b0bf0a77 100644 --- a/crates/runtime/wgpu/Cargo.toml +++ b/crates/runtime/wgpu/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] wgpu = { version = "0.19", features = ["trace"] } anyhow = "1" -winit = { version = "0.29", features = ["rwh_05"] } +winit = { version = "0.30", features = ["rwh_05"] } bytemuck = { version = "1.15", features = ["derive"] } raw-window-handle = "0.5" tracing = "0.1"