notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 65b7cfec94ac1bb03431cda4c6956084b1e01e3b
parent dd2960d26648444db4a87b59995af96f71a40ef6
Author: kernelkind <kernelkind@gmail.com>
Date:   Mon, 22 Sep 2025 12:08:25 -0400

cargo: expose egui-nav to chrome

Signed-off-by: kernelkind <kernelkind@gmail.com>

Diffstat:
MCargo.lock | 1+
Mcrates/notedeck_chrome/Cargo.toml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -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 }