feat: update Font Awesome to 7.1.0

This commit is contained in:
2026-01-24 17:39:48 +01:00
parent d0a124ee75
commit f5334d9b6f
19 changed files with 314 additions and 176 deletions

View File

@@ -38,6 +38,10 @@ async-std = { version = "1.13.2", optional = true }
dioxus-i18n = "0.5.1"
voca_rs = "1.15.2"
load-dotenv = "0.1.2"
dioxus-free-icons = { git = "https://github.com/matous-volf/dioxus-free-icons", branch = "feat/update-font-awesome-7.1.0", features = [
"font-awesome-regular",
"font-awesome-solid",
] }
[features]
default = ["web"]