From 4a4bce90d0304c5a9d586d6feff1b589092887ba Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 3 Dec 2025 16:07:47 -0500 Subject: [PATCH] update egui patch --- Cargo.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c968348..bd27a3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,7 +698,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "ecolor" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "bytemuck", "emath", @@ -708,7 +708,7 @@ dependencies = [ [[package]] name = "eframe" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "ahash", "bytemuck", @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "egui" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "accesskit", "ahash", @@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "egui-winit" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "arboard", "bytemuck", @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "egui_glow" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "bytemuck", "egui", @@ -810,7 +810,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "emath" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "bytemuck", "serde", @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "epaint" version = "0.33.2" -source = "git+https://github.com/titaniumtown/egui.git#b8e38096d1162959812474ef39e37bc9186d9901" +source = "git+https://github.com/titaniumtown/egui.git#e119428293e92ca97d48cfd569823d15f2d03023" dependencies = [ "ab_glyph", "ahash", diff --git a/flake.nix b/flake.nix index 165a1d0..aaa4e81 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ cargoLock = { lockFile = ./Cargo.lock; outputHashes = { - "ecolor-0.33.2" = "sha256-bnINg9ecm4PYddNO87W6o9p4IHLx/r4/YbMIwh2m2fA="; + "ecolor-0.33.2" = "sha256-6ojmGGKH0CAZdyQx8nBIvvKXGIRoiB5Gxb9PNTzm0FY="; "egui_plot-0.34.0" = "sha256-CfqrpAnLNcB3StuZ9YSDTWih8OUVEa9SJi9RwS1i4ok="; }; };