[dependencies.iced]
features = ["advanced"]
version = "0.13.1"
[dev-dependencies.ttf-parser]
version = "0.19"
[lib]
name = "fa_iced"
path = "src/lib.rs"
[package]
authors = ["Nathan Laan"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Font Awesome library written in Rust for the iced UI framework."
edition = "2024"
homepage = "https://github.com/NathanLaan/fa-iced"
license = "MIT"
name = "fa-iced"
readme = "README.md"
repository = "https://github.com/NathanLaan/fa-iced"
version = "0.5.6"
[[test]]
name = "test_icon_render"
path = "tests/test_icon_render.rs"
[[test]]
name = "test_with_ttf_parser"
path = "tests/test_with_ttf_parser.rs"