From 134f11c6287d30cb31bc667869cef685bdcc76a4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 4 Dec 2025 18:33:19 -0500 Subject: [PATCH] egui_plot: don't use git version --- Cargo.lock | 40 ++-------------------------------------- Cargo.toml | 3 +-- flake.nix | 1 - 3 files changed, 3 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 381b04a..b2bb9e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,12 +128,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" -[[package]] -name = "as-raw-xcb-connection" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" - [[package]] name = "atomic-waker" version = "1.1.2" @@ -857,7 +851,8 @@ dependencies = [ [[package]] name = "egui_plot" version = "0.34.0" -source = "git+https://github.com/emilk/egui_plot.git#b9acc20664c804a95e5586fbe540bf4f2f6b351f" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33233ffc010fd450381805bbbebecbbb82f077de7712ddc439f0b20effd42db7" dependencies = [ "ahash", "egui", @@ -1154,7 +1149,6 @@ dependencies = [ "cgl", "dispatch2", "glutin_egl_sys", - "glutin_glx_sys", "glutin_wgl_sys", "libloading", "objc2 0.6.3", @@ -1165,7 +1159,6 @@ dependencies = [ "raw-window-handle", "wayland-sys", "windows-sys 0.52.0", - "x11-dl", ] [[package]] @@ -1190,16 +1183,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "glutin_glx_sys" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" -dependencies = [ - "gl_generator", - "x11-dl", -] - [[package]] name = "glutin_wgl_sys" version = "0.6.1" @@ -4034,7 +4017,6 @@ dependencies = [ "atomic-waker", "bitflags 2.10.0", "block2", - "bytemuck", "calloop 0.13.0", "cfg_aliases", "concurrent-queue", @@ -4051,7 +4033,6 @@ dependencies = [ "objc2-foundation 0.2.2", "objc2-ui-kit", "orbclient", - "percent-encoding", "pin-project", "raw-window-handle", "redox_syscall 0.4.1", @@ -4069,8 +4050,6 @@ dependencies = [ "web-sys", "web-time", "windows-sys 0.52.0", - "x11-dl", - "x11rb", "xkbcommon-dl", ] @@ -4095,28 +4074,13 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" -[[package]] -name = "x11-dl" -version = "2.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" -dependencies = [ - "libc", - "once_cell", - "pkg-config", -] - [[package]] name = "x11rb" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" dependencies = [ - "as-raw-xcb-connection", "gethostname", - "libc", - "libloading", - "once_cell", "rustix 1.1.2", "x11rb-protocol", ] diff --git a/Cargo.toml b/Cargo.toml index d4e459a..4a791a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,7 @@ epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = "bytemuck", ] } emath = { git = "https://github.com/titaniumtown/egui.git", default-features = false } -egui_plot = { git = "https://github.com/emilk/egui_plot.git", default-features = false } - +egui_plot = { version = "0.34.0", default-features = false } shadow-rs = { version = "0.12", default-features = false } diff --git a/flake.nix b/flake.nix index 4a681db..ccebd93 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,6 @@ lockFile = ./Cargo.lock; outputHashes = { "ecolor-0.33.2" = "sha256-jdQK55yKZptadwosrJXIhoQDGNeELQmPExWRsGc0VG0="; - "egui_plot-0.34.0" = "sha256-CfqrpAnLNcB3StuZ9YSDTWih8OUVEa9SJi9RwS1i4ok="; }; };