diff --git a/Cargo.lock b/Cargo.lock index 4823edf..f038a2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3570,6 +3570,7 @@ dependencies = [ "egui", "egui-winit", "egui_extras", + "egui_nav", "egui_tabs", "nostrdb", "notedeck", diff --git a/crates/notedeck_chrome/Cargo.toml b/crates/notedeck_chrome/Cargo.toml index 33a1063..48fe37f 100644 --- a/crates/notedeck_chrome/Cargo.toml +++ b/crates/notedeck_chrome/Cargo.toml @@ -13,6 +13,7 @@ bitflags = { workspace = true } eframe = { workspace = true } egui_tabs = { workspace = true } egui_extras = { workspace = true } +egui_nav = { workspace = true } egui = { workspace = true } notedeck_columns = { workspace = true } notedeck_ui = { workspace = true }