From 7bb92f7e0599641a68315ca5fdbc12c8fe3bf445 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Jul 2025 00:20:37 +0000 Subject: [PATCH] Update Rust crate egui to 0.32.0 --- custom_consumption/Cargo.lock | 75 ++++++----------------------------- custom_consumption/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 64 deletions(-) diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index e752a2e..5017e92 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -765,7 +765,7 @@ version = "0.1.0" dependencies = [ "clap", "eframe", - "egui 0.31.1", + "egui", "env_logger", "lazy_static", "log", @@ -818,15 +818,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" -[[package]] -name = "ecolor" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1" -dependencies = [ - "emath 0.31.1", -] - [[package]] name = "ecolor" version = "0.32.0" @@ -834,7 +825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a631732d995184114016fab22fc7e3faf73d6841c2d7650395fe251fbcd9285" dependencies = [ "bytemuck", - "emath 0.32.0", + "emath", ] [[package]] @@ -846,7 +837,7 @@ dependencies = [ "ahash", "bytemuck", "document-features", - "egui 0.32.0", + "egui", "egui-wgpu", "egui-winit", "egui_glow", @@ -873,20 +864,6 @@ dependencies = [ "winit", ] -[[package]] -name = "egui" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3" -dependencies = [ - "ahash", - "bitflags 2.9.0", - "emath 0.31.1", - "epaint 0.31.1", - "nohash-hasher", - "profiling", -] - [[package]] name = "egui" version = "0.32.0" @@ -896,8 +873,8 @@ dependencies = [ "accesskit", "ahash", "bitflags 2.9.0", - "emath 0.32.0", - "epaint 0.32.0", + "emath", + "epaint", "log", "nohash-hasher", "profiling", @@ -914,8 +891,8 @@ dependencies = [ "ahash", "bytemuck", "document-features", - "egui 0.32.0", - "epaint 0.32.0", + "egui", + "epaint", "log", "profiling", "thiserror 1.0.69", @@ -935,7 +912,7 @@ dependencies = [ "ahash", "arboard", "bytemuck", - "egui 0.32.0", + "egui", "log", "profiling", "raw-window-handle", @@ -953,7 +930,7 @@ checksum = "d44f3fd4fdc5f960c9e9ef7327c26647edc3141abf96102980647129d49358e6" dependencies = [ "ahash", "bytemuck", - "egui 0.32.0", + "egui", "glow", "log", "memoffset", @@ -963,12 +940,6 @@ dependencies = [ "winit", ] -[[package]] -name = "emath" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b" - [[package]] name = "emath" version = "0.32.0" @@ -1028,22 +999,6 @@ dependencies = [ "log", ] -[[package]] -name = "epaint" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562" -dependencies = [ - "ab_glyph", - "ahash", - "ecolor 0.31.1", - "emath 0.31.1", - "epaint_default_fonts 0.31.1", - "nohash-hasher", - "parking_lot", - "profiling", -] - [[package]] name = "epaint" version = "0.32.0" @@ -1053,21 +1008,15 @@ dependencies = [ "ab_glyph", "ahash", "bytemuck", - "ecolor 0.32.0", - "emath 0.32.0", - "epaint_default_fonts 0.32.0", + "ecolor", + "emath", + "epaint_default_fonts", "log", "nohash-hasher", "parking_lot", "profiling", ] -[[package]] -name = "epaint_default_fonts" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f" - [[package]] name = "epaint_default_fonts" version = "0.32.0" diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index b2bab8e..0a95e84 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -7,6 +7,6 @@ edition = "2024" env_logger = "0.11.8" log = "0.4.27" clap = { version = "4.5.41", features = ["derive", "env"] } -egui = "0.31.1" +egui = "0.32.0" eframe = "0.32.0" lazy_static = "1.5.0" -- 2.49.1