From c81e35a09a4d7bdf734019eef8357538941a96c9 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 4 Jul 2024 11:24:17 -0700 Subject: [PATCH] update egui-nav to fix crash Signed-off-by: William Casarin --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb444dc..c13e8ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "egui_nav" version = "0.1.0" -source = "git+https://github.com/damus-io/egui-nav?branch=egui-0.28#a8dd95d2ae2a9a5c5251d47407320ad0eb074953" +source = "git+https://github.com/damus-io/egui-nav?rev=345535aacaa145049b109366d2124707d339b0f6#345535aacaa145049b109366d2124707d339b0f6" dependencies = [ "egui", "egui_extras", diff --git a/Cargo.toml b/Cargo.toml index ff89d38..7fd16f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ eframe = { git = "https://github.com/emilk/egui", rev = "fcb7764e48ce00f8f8e58da egui_extras = { git = "https://github.com/emilk/egui", rev = "fcb7764e48ce00f8f8e58da10f937410d65b0bfb", package = "egui_extras", features = ["all_loaders"] } ehttp = "0.2.0" egui_tabs = { git = "https://github.com/damus-io/egui-tabs", branch = "egui-0.28" } -egui_nav = { git = "https://github.com/damus-io/egui-nav", branch = "egui-0.28" } +egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "345535aacaa145049b109366d2124707d339b0f6" } egui_virtual_list = { git = "https://github.com/jb55/hello_egui", branch = "egui-0.28", package = "egui_virtual_list" } reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls-native-roots" ] } image = { version = "0.24", features = ["jpeg", "png", "webp"] }