Use notifications category of Lucide icons

This commit is contained in:
2026-06-20 23:03:36 -04:00
parent 5f8d96b6ae
commit 2b5f9d011f

View File

@@ -13,7 +13,7 @@ diesel = { version = "2.3.10", optional = true, features = [ "postgres" ] }
diesel_migrations = { version = "2.3.2", optional = true, features = [ "postgres" ] } diesel_migrations = { version = "2.3.2", optional = true, features = [ "postgres" ] }
dioxus = { version = "0.7.9", features = ["router", "fullstack"] } dioxus = { version = "0.7.9", features = ["router", "fullstack"] }
dotenvy = { version = "0.15.7", optional = true } dotenvy = { version = "0.15.7", optional = true }
lucide-dioxus = "3.11.0" lucide-dioxus = { version = "3.11.0", features = ["notifications"] }
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.18" thiserror = "2.0.18"
tracing = "0.1.44" tracing = "0.1.44"