[build-dependencies.font-map-core]
features = ["codegen"]
version = "0.2.3"
[dependencies.font-map]
version = "0.2.3"
[dependencies.iced]
optional = true
version = "0.13"
[features]
default = ["svg-preview"]
iced = ["dep:iced"]
svg-preview = ["font-map-core/extended-svg", "font-map/extended-svg"]
[lib]
name = "nerd_font"
path = "src/lib.rs"
[package]
authors = ["@rscarson"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "text-processing", "encoding", "gui"]
description = "Enumerated contents of the JetBrainsMono Nerd Font"
edition = "2021"
keywords = ["font", "fonts", "text", "macros", "svg"]
license = "MIT"
name = "nerd_font"
readme = "readme.md"
repository = "https://github.com/rscarson/font-map"
version = "0.2.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]