notedeck

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

commit 7bb871d3776873fe13b1b9f7891961fa44236956
parent e453c742deb8d118b5c4bab7986a247e153d299f
Author: kernelkind <kernelkind@gmail.com>
Date:   Thu, 20 Mar 2025 13:42:32 -0400

add hashbrown

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

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

diff --git a/Cargo.lock b/Cargo.lock @@ -3295,6 +3295,7 @@ dependencies = [ "egui_extras", "ehttp", "enostr", + "hashbrown", "image", "nostrdb", "notedeck", diff --git a/crates/notedeck_ui/Cargo.toml b/crates/notedeck_ui/Cargo.toml @@ -16,3 +16,4 @@ notedeck = { workspace = true } image = { workspace = true } bitflags = { workspace = true } enostr = { workspace = true } +hashbrown = { workspace = true }