ui crate and chrome sidebar
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
16
crates/notedeck_ui/Cargo.toml
Normal file
16
crates/notedeck_ui/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "notedeck_ui"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
egui = { workspace = true }
|
||||
egui_extras = { workspace = true }
|
||||
ehttp = { workspace = true }
|
||||
nostrdb = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
poll-promise = { workspace = true }
|
||||
profiling = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
notedeck = { workspace = true }
|
||||
image = { workspace = true }
|
||||
Reference in New Issue
Block a user