mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 17:14:21 +01:00
cargo: expose egui-nav to chrome
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3570,6 +3570,7 @@ dependencies = [
|
|||||||
"egui",
|
"egui",
|
||||||
"egui-winit",
|
"egui-winit",
|
||||||
"egui_extras",
|
"egui_extras",
|
||||||
|
"egui_nav",
|
||||||
"egui_tabs",
|
"egui_tabs",
|
||||||
"nostrdb",
|
"nostrdb",
|
||||||
"notedeck",
|
"notedeck",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ bitflags = { workspace = true }
|
|||||||
eframe = { workspace = true }
|
eframe = { workspace = true }
|
||||||
egui_tabs = { workspace = true }
|
egui_tabs = { workspace = true }
|
||||||
egui_extras = { workspace = true }
|
egui_extras = { workspace = true }
|
||||||
|
egui_nav = { workspace = true }
|
||||||
egui = { workspace = true }
|
egui = { workspace = true }
|
||||||
notedeck_columns = { workspace = true }
|
notedeck_columns = { workspace = true }
|
||||||
notedeck_ui = { workspace = true }
|
notedeck_ui = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user