packed-font-structs 0.1.0

Compile-time font rasterizer and packer for embedded systems (type declarations)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "packed-font-structs"
version = "0.1.0"
authors = ["Alexey Galakhov <agalakhov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time font rasterizer and packer for embedded systems (type declarations)"
homepage = "https://github.com/agalakhov/packed-font-structs"
documentation = "https://docs.rs/packed-font/0.1.0"
readme = false
keywords = [
    "embedded",
    "graphics",
    "font",
    "no_std",
    "truetype",
]
categories = [
    "embedded",
    "graphics",
    "no-std",
]
license = "MIT"
repository = "https://github.com/agalakhov/packed-font"

[lib]
name = "packed_font_structs"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

[dependencies.embedded-graphics-core]
version = "0.4.1"