nerd_font 0.2.8

Enumerated contents of the JetBrainsMono Nerd Font
Documentation
[build-dependencies.font-map]
version = "0.2.8"

[dependencies.font-map]
version = "0.2.8"

[dependencies.iced]
optional = true
version = "0.13"

[features]
default = []
iced = ["dep:iced"]

[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.8"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]